Merge pull request #19 from dacarley/max-deviation-metric
Metric-only for max-deviation and junction-accel
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
"min": 0.001,
|
||||
"max": 100,
|
||||
"unit": "mm",
|
||||
"iunit": "in",
|
||||
"scale": 25.4,
|
||||
"default": 0.1
|
||||
},
|
||||
"junction-accel": {
|
||||
@@ -23,8 +21,6 @@
|
||||
"min": 10000,
|
||||
"max": 100000000,
|
||||
"unit": "mm/min²",
|
||||
"iunit": "in/min²",
|
||||
"scale": 25.4,
|
||||
"default": 200000
|
||||
}
|
||||
},
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"load-2": "disabled"
|
||||
},
|
||||
"settings": {
|
||||
"junction-accel": 199999.999,
|
||||
"junction-accel": 200000,
|
||||
"max-deviation": 0.001,
|
||||
"units": "METRIC"
|
||||
},
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"load-2": "disabled"
|
||||
},
|
||||
"settings": {
|
||||
"junction-accel": 199999.999,
|
||||
"junction-accel": 200000,
|
||||
"max-deviation": 0.001,
|
||||
"units": "METRIC"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user