diff --git a/martyn_macros.cfg b/martyn_macros.cfg index 2c09f33..310bb0d 100644 --- a/martyn_macros.cfg +++ b/martyn_macros.cfg @@ -53,7 +53,7 @@ gcode: G90 ; absolute positioning G0 X{x_safe} Y{y_safe} Z{z_safe} F20000 ; move nozzle to remove stringing - G0 X{th.axis_maximum.x//2} Y{th.axis_maximum.y - 2} F3600 ; park nozzle at rear + G0 X{th.axis_maximum.x//2} Y25 F3600 ; park nozzle at rear but avoid the drag chain M107 ; turn off fan RESTORE_GCODE_STATE NAME=STATE_PRINT_END diff --git a/printer.cfg b/printer.cfg index 4147f5c..00d0cc0 100644 --- a/printer.cfg +++ b/printer.cfg @@ -442,15 +442,15 @@ mesh_runs: 2 [force_move] enable_force_move: True -[homing_override] -; The ebb36 mount often catches on the drag chain at the back of the printer. -; This ensures that if X is asked to be homed, first Y is homed and then y is -; moved away from the back of the printer and then homed. -axes: x -gcode: - G28 Y0 - G0 Y20 - G28 X0 +# [homing_override] +# ; The ebb36 mount often catches on the drag chain at the back of the printer. +# ; This ensures that if X is asked to be homed, first Y is homed and then y is +# ; moved away from the back of the printer and then homed. +# axes: x +# gcode: +# G28 Y0 +# G0 Y20 +# G28 X0 # Let's not yet... #[filament_motion_sensor encoder_sensor]