Merge pull request #19 from dacarley/max-deviation-metric

Metric-only for max-deviation and junction-accel
This commit is contained in:
OneFinityCNC
2021-03-06 11:50:39 -05:00
committed by GitHub
3 changed files with 2 additions and 6 deletions

View File

@@ -12,8 +12,6 @@
"min": 0.001, "min": 0.001,
"max": 100, "max": 100,
"unit": "mm", "unit": "mm",
"iunit": "in",
"scale": 25.4,
"default": 0.1 "default": 0.1
}, },
"junction-accel": { "junction-accel": {
@@ -23,8 +21,6 @@
"min": 10000, "min": 10000,
"max": 100000000, "max": 100000000,
"unit": "mm/min²", "unit": "mm/min²",
"iunit": "in/min²",
"scale": 25.4,
"default": 200000 "default": 200000
} }
}, },

View File

@@ -27,7 +27,7 @@
"load-2": "disabled" "load-2": "disabled"
}, },
"settings": { "settings": {
"junction-accel": 199999.999, "junction-accel": 200000,
"max-deviation": 0.001, "max-deviation": 0.001,
"units": "METRIC" "units": "METRIC"
}, },

View File

@@ -27,7 +27,7 @@
"load-2": "disabled" "load-2": "disabled"
}, },
"settings": { "settings": {
"junction-accel": 199999.999, "junction-accel": 200000,
"max-deviation": 0.001, "max-deviation": 0.001,
"units": "METRIC" "units": "METRIC"
}, },