We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fabbb5 commit bbe2483Copy full SHA for bbe2483
1 file changed
_gcode/M282.md
@@ -0,0 +1,29 @@
1
+---
2
+tag: m0282
3
+title: Detach Servo
4
+brief: Detach a servo until its next move
5
+author: thinkyhead
6
+
7
+requires: SERVO_DETACH_GCODE
8
+group: servos
9
10
+codes: [ M282 ]
11
12
+parameters:
13
+ -
14
+ tag: P
15
+ optional: false
16
+ description: Index of the servo to detach.
17
+ values:
18
19
+ tag: index
20
+ type: int
21
22
+example:
23
24
+ pre: Detach servo at index 1
25
+ code: M282 P1
26
27
28
29
+Detach a servo, which turns off its power. The servo will be attached (powered up) before its next move.
0 commit comments