jullit31

Results 5 comments of jullit31

Oops, Voron 2.4. There is only one thing to uncomment in the `[gcode_macro G32]`. Specifically I am referring to [this](https://github.com/VoronDesign/Voron-2/blob/9d0ef05a5bb4ff18f28bf5bf0fc73765c0870bd7/firmware/klipper_configurations/Octopus/Voron2_Octopus_Config.cfg#L528) and the following lines in the `printer.cfg` (here the Octopus...

I don't know if this helps, but I found an even simpler way to produce this error: ```julia for _ in 1:10^8 rand() end print("test1") print("test2") print("test3") ``` outputs `test2test3`....

Thanks for your quick response! I don't currently have an i4. But since I plan to use one at some point in the future, I'd be happy to get it...

@yarafie Yes, as @EPMatt pointed out, the i4 can't connect directly to a dumb light. It's purely an input device. Setting it to button mode is indeed done via the...

> Note you can already specify multiple domains in the domain field (belonging to the same domain name though). i.e. `"domain": "domain.com,*.domain.com"` That's great! IMHO this should be mentioned in...