✨ M282 - Detach Servo (#22760)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user