Skip to content

Commit eed1d26

Browse files
committed
Speed up homing after QGL by fast moving back to the homing location
1 parent ffd53c6 commit eed1d26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

printer.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,11 @@ gcode:
374374
BED_MESH_CLEAR
375375
G28
376376
QUAD_GANTRY_LEVEL
377-
G28
377+
G90
378+
G0 X340 Y340 Z10 F18000 ; Fast move back to endstops to reduce subsequent homing time
379+
G28 ; rehome now gantry is level
378380
BED_MESH_PROFILE LOAD=default ; Reload the bed mesh now axes are homed
379-
G0 X175 Y175 Z30 F12000 ; Move to center for 350mm build
381+
G0 X175 Y175 Z30 F18000 ; Move to center for 350mm build
380382

381383
# Use PRINT_START for the slicer starting script - customise for your slicer of choice
382384
# SuperSlicer calls this with the following:

0 commit comments

Comments
 (0)