Automatic commit of config from 2025-03-16

This commit is contained in:
Martyn 2025-03-16 20:53:14 +00:00
parent 6ea86de688
commit b8da7c1e15
2 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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]