Update nozzle_scrub.cfg (#717)

This commit is contained in:
LoganFraser 2022-05-09 11:39:25 -07:00 committed by GitHub
parent 8f1d3f9a35
commit 7ee610f328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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