Skip to content

Commit

Permalink
Update nozzlewiper.cfg - Wait for servo move before turning off
Browse files Browse the repository at this point in the history
The servo was turned off before it reached target angle.
  • Loading branch information
eadz authored Nov 28, 2024
1 parent d12de43 commit 48448e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions printer_mods/chirpy/NozzleWiper/nozzlewiper.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ gcode:
[gcode_macro NW_RETRACT]
gcode:
SET_SERVO SERVO=wipeServo ANGLE=120
G4 P500 # The below line turns the servo off.
# It may need some time to reach the target angle.
SET_SERVO SERVO=wipeServo WIDTH=0 # OFF
G4 P500

Expand Down

0 comments on commit 48448e1

Please sign in to comment.