M282 - Detach Servo (#22760)

This commit is contained in:
Dakkaron
2021-09-15 02:00:48 +02:00
committed by GitHub
parent c2e4b1626f
commit 21e8f99500
11 changed files with 76 additions and 14 deletions

View File

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