settings for probe rotary

This commit is contained in:
sanjayk03-dev
2024-11-04 22:26:03 +05:30
parent 9bb22b0698
commit 213cfc7d70
3 changed files with 67 additions and 0 deletions

View File

@@ -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",