Update nozzle_scrub.cfg (#717)
This commit is contained in:
parent
8f1d3f9a35
commit
7ee610f328
|
|
@ -208,7 +208,7 @@ gcode:
|
||||||
## Clear from area.
|
## Clear from area.
|
||||||
M117 Cleaned!
|
M117 Cleaned!
|
||||||
G1 Z{brush_top + clearance_z} F{prep_spd_z}
|
G1 Z{brush_top + clearance_z} F{prep_spd_z}
|
||||||
G1 X{bucket_left_width / 4} F{prep_spd_xy}
|
G1 X{bucket_start + (bucket_left_width / 4)} F{prep_spd_xy} #bugfix for right side mounted buckets
|
||||||
|
|
||||||
## Restore the gcode state to how it was before the macro.
|
## Restore the gcode state to how it was before the macro.
|
||||||
RESTORE_GCODE_STATE NAME=clean_nozzle
|
RESTORE_GCODE_STATE NAME=clean_nozzle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue