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

M665.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0cf1f22d3dff8809e8b03ebd541edf52008482d (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
tag: m0665
title: Delta Configuration
brief: Set delta geometry values
author: thinkyhead
contrib: thisiskeithb

requires: DELTA
group: none

codes: [ M665 ]

notes:

parameters:
  -
    tag: H
    optional: true
    description: Delta height
    values:
      -
        type: float
        tag: linear
  -
    tag: L
    optional: true
    description: Diagonal rod
    values:
      -
        type: float
        tag: linear
  -
    tag: R
    optional: true
    description: Delta radius
    values:
      -
        type: float
        tag: linear
  -
    tag: S
    optional: true
    description: Segments per second
    values:
      -
        type: float
  -
    tag: X
    optional: true
    description: Alpha (Tower 1) angle trim
    values:
      -
        type: float
  -
    tag: Y
    optional: true
    description: Beta (Tower 2) angle trim
    values:
      -
        type: float
  -
    tag: Z
    optional: true
    description: Gamma (Tower 3) angle trim
    values:
      -
        type: float
  -
    tag: A
    optional: true
    description: Alpha (Tower 1) diagonal rod trim
    values:
      -
        type: float
  -
    tag: B
    optional: true
    description: Beta  (Tower 2) diagonal rod trim
    values:
      -
        type: float
  -
    tag: C
    optional: true
    description: Gamma (Tower 3) diagonal rod trim
    values:
      -
        type: float

examples:

---

Delta machines are very fast and accurate when tuned. The first key is to make sure all your dimensions are set correctly. Even small errors in these values can lead to curved movements and failed prints. To ensure the best delta experience, use this command in conjunction with [`G33`](/docs/gcode/G033.html) to get these dimensions set perfectly before beginning to print.