Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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