Skip to content

Commit bbe2483

Browse files
committed
1 parent 7fabbb5 commit bbe2483

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

_gcode/M282.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)