diff --git a/_gcode/M282.md b/_gcode/M282.md new file mode 100644 index 0000000000..360188ef3b --- /dev/null +++ b/_gcode/M282.md @@ -0,0 +1,29 @@ +--- +tag: m0282 +title: Detach Servo +brief: Detach a servo until its next move +author: thinkyhead + +requires: SERVO_DETACH_GCODE +group: servos + +codes: [ M282 ] + +parameters: + - + tag: P + optional: false + description: Index of the servo to detach. + values: + - + tag: index + type: int + +example: + - + pre: Detach servo at index 1 + code: M282 P1 + +--- + +Detach a servo, which turns off its power. The servo will be attached (powered up) on before its next move.