Skip to content

Commit

Permalink
M282
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 14, 2021
1 parent 7fabbb5 commit 28d0a1e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _gcode/M282.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 28d0a1e

Please sign in to comment.