Michał Kowalik

Results 3 comments of Michał Kowalik

I've had the same issue on my Voron 0 and I've figured out the reason. The `TEST_SPEED` macro relies on it setting the `G90` in the initial homing sequence. However...

That's my homing macro: ```yaml [gcode_macro _HOME_X] gcode: SAVE_GCODE_STATE NAME=HOMING # Always use consistent run_current on A/B steppers during sensorless homing {% set RUN_CURRENT_X = printer.configfile.settings['tmc2209 stepper_x'].run_current|float %} {% set...

Are you using the TEST_SPEED macro without any modifications? I don't know if it's breaking anything, but the ``` G90 G0 X60 Y60 Z20 F3600 # move to bed center...