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

G034-zsaa.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98455c4ad0b852a90f31b163d012241a34924727 (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
35
36
37
38
39
40
41
42
43
44
45
---
tag: g034a
title: Z Steppers Auto-Alignment
brief: Align multiple Z steppers using a bed probe
author: shitcreek

requires: Z_STEPPER_AUTO_ALIGN
experimental: true
group: calibration

codes: [ G34 ]
related: [ M422, M906, M907 ]

notes:
  - Requires `Z_STEPPER_AUTO_ALIGN`.

parameters:
  -
    tag: I
    optional: true
    description: Iterations - must be between 1 - 30
  -
    tag: T
    optional: true
    description: Target accuracy - must be between 0.01 - 1.0
  -
    tag: A
    optional: true
    description: Amplification - must be between 0.5 - 2.0
  -
    tag: E
    optional: true
    description: Stow probe after probing each point.

videos:
  - 6UgT9YqY3UA

example:
  -
    pre: 'Align Z steppers:'
    code:
      - G34
---

Align multiple Z stepper motors using a bed probe by probing one position per stepper. See [`M422`](/docs/gcode/M422.html) for Z-Stepper automatic alignment parameter selection.