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

M401.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 599781e4404f2a641fe3600805fdcbf92a82b0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
tag: m0401
title: Deploy Probe
brief: Deploy the bed probe
author: thinkyhead

requires: HAS_BED_PROBE
group: calibration

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

---

Deploy the bed probe. The Z axis may raise up to make room for the probe to deploy.