jullit31

Results 2 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`....