diff --git a/firmware/klipper_configurations/Octopus/Voron2_Octopus_Config.cfg b/firmware/klipper_configurations/Octopus/Voron2_Octopus_Config.cfg index 071a60dc..6fd56c51 100644 --- a/firmware/klipper_configurations/Octopus/Voron2_Octopus_Config.cfg +++ b/firmware/klipper_configurations/Octopus/Voron2_Octopus_Config.cfg @@ -541,7 +541,7 @@ aliases: [gcode_macro PARK] gcode: {% set th = printer.toolhead %} - G0 X{th.axis_maximum.x//2} Y{th.axis_maximum.y//2} Z30 + G0 X{th.axis_maximum.x//2} Y{th.axis_maximum.y//2} Z30 F3000 [gcode_macro G32] gcode: @@ -590,4 +590,4 @@ gcode: # and speed settings since the commands above change them. # However, to prevent any accidental, unintentional toolhead # moves when restoring the state, explicitly set MOVE=0. - RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0 \ No newline at end of file + RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0