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-22 05:55:36 +0300
committerScott Lahteine <thinkyhead@users.noreply.github.com>2021-12-22 05:55:36 +0300
commit76eac4723669e0849aef4525b17233784de19403 (patch)
treed905c8ba5946a9afd25c6324ca1710e899075f42 /_gcode
parent1e6f9cff51e48c36718c8d7a89aaeef31261e1d7 (diff)
✨ M401 S — BLTouch HS Mode
MarlinFirmware/Marlin#22916
Diffstat (limited to '_gcode')
-rw-r--r--_gcode/M401.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/_gcode/M401.md b/_gcode/M401.md
index aeb62076..599781e4 100644
--- a/_gcode/M401.md
+++ b/_gcode/M401.md
@@ -12,11 +12,22 @@ codes: [ M401 ]
notes: Requires some kind of bed probe. This command has no visible effect for probes that don't move. They are just activated.
parameters:
+ -
+ tag: S
+ optional: true
+ requires: BLTOUCH_HS_MODE
+ description: Set the BLTouch High Speed (HS) Mode state and exit without deploy.
+ values:
+ -
+ type: bool
examples:
-
pre: Deploy the probe
code: M401
+ -
+ pre: Enable BLTouch High Speed Mode
+ code: M401 S1
---