We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd53c6 commit eed1d26Copy full SHA for eed1d26
printer.cfg
@@ -374,9 +374,11 @@ gcode:
374
BED_MESH_CLEAR
375
G28
376
QUAD_GANTRY_LEVEL
377
- G28
+ G90
378
+ G0 X340 Y340 Z10 F18000 ; Fast move back to endstops to reduce subsequent homing time
379
+ G28 ; rehome now gantry is level
380
BED_MESH_PROFILE LOAD=default ; Reload the bed mesh now axes are homed
- G0 X175 Y175 Z30 F12000 ; Move to center for 350mm build
381
+ G0 X175 Y175 Z30 F18000 ; Move to center for 350mm build
382
383
# Use PRINT_START for the slicer starting script - customise for your slicer of choice
384
# SuperSlicer calls this with the following:
0 commit comments