settings for probe rotary
This commit is contained in:
@@ -518,6 +518,51 @@
|
||||
}
|
||||
},
|
||||
|
||||
"probe-rotary": {
|
||||
"probe-diameter": {
|
||||
"type": "float",
|
||||
"min": 0,
|
||||
"max": 25.4,
|
||||
"unit": "mm",
|
||||
"default": 6.35
|
||||
},
|
||||
"probe-xdim": {
|
||||
"type": "float",
|
||||
"unit": "mm",
|
||||
"min": 0,
|
||||
"max": 1000,
|
||||
"default": 53.975
|
||||
},
|
||||
"probe-ydim": {
|
||||
"type": "float",
|
||||
"unit": "mm",
|
||||
"min": 0,
|
||||
"max": 1000,
|
||||
"default": 53.975
|
||||
},
|
||||
"probe-zdim": {
|
||||
"type": "float",
|
||||
"unit": "mm",
|
||||
"min": 0,
|
||||
"max": 1000,
|
||||
"default": 15.4
|
||||
},
|
||||
"probe-fast-seek": {
|
||||
"type": "float",
|
||||
"unit": "mm/m",
|
||||
"min": 0,
|
||||
"max": 1000,
|
||||
"default": 200
|
||||
},
|
||||
"probe-slow-seek": {
|
||||
"type": "float",
|
||||
"unit": "mm/m",
|
||||
"min": 0,
|
||||
"max": 1000,
|
||||
"default": 25
|
||||
}
|
||||
},
|
||||
|
||||
"gcode": {
|
||||
"program-start": {
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user