✨ M282 - Detach Servo (#22760)
This commit is contained in:
parent
c2e4b1626f
commit
21e8f99500
11 changed files with 76 additions and 14 deletions
|
|
@ -717,6 +717,9 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
|
|||
#if ENABLED(EDITABLE_SERVO_ANGLES)
|
||||
case 281: M281(); break; // M281: Set servo angles
|
||||
#endif
|
||||
#if ENABLED(SERVO_DETACH_GCODE)
|
||||
case 282: M282(); break; // M282: Detach servo
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(BABYSTEPPING)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue