Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_gcode
diff options
context:
space:
mode:
authorScott Lahteine <thinkyhead@users.noreply.github.com>2021-12-08 03:42:20 +0300
committerScott Lahteine <thinkyhead@users.noreply.github.com>2021-12-08 03:42:20 +0300
commite027070b2f80950d95ce0e035b16616fb9db0ec2 (patch)
tree4eef64699de7f194ee140f789308687b258a6758 /_gcode
parent146d14e8c9da87ce1e6de149ad75a650bb449774 (diff)
📝 Update M672
Diffstat (limited to '_gcode')
-rw-r--r--_gcode/M672.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/_gcode/M672.md b/_gcode/M672.md
index 1e3c1931..9ae0e542 100644
--- a/_gcode/M672.md
+++ b/_gcode/M672.md
@@ -1,17 +1,19 @@
---
tag: m0672
-title: Test Speed Warning
-brief: Set/clear Duet Smart Effector sensitivity
+title: Duet Smart Effector sensitivity
+brief: Set Duet Smart Effector sensitivity
author: shitcreek
-requires: DUET_SMART_EFFECTOR, SMART_EFFECTOR_MOD
+since: 2.0.2
+requires: DUET_SMART_EFFECTOR
group: control
codes: [ M672 ]
notes:
- - The Marlin format for the M672 command is different than shown in the [Duet Smart Effector documentation](//duet3d.dozuki.com/Wiki/Smart_effector_and_carriage_adapters_for_delta_printer)
- - Use only one of the two parameters (S or R)
+ - In addition to the `DUET_SMART_EFFECTOR` option, a defined `SMART_EFFECTOR_MOD_PIN` is also required.
+ - The format of `M672` in Marlin differs from [Duet Smart Effector documentation](//duet3d.dozuki.com/Wiki/Smart_effector_and_carriage_adapters_for_delta_printer).
+ - Use only one of the two parameters (`S` or `R`).
parameters:
-
@@ -35,3 +37,5 @@ example:
pre: Set sensitivity to 255
code: M672 S255
---
+
+Set or reset Duet Smart Effector sensitivity.