diff --git a/src/resources/config-template.json b/src/resources/config-template.json index 71277ff..a2368bc 100644 --- a/src/resources/config-template.json +++ b/src/resources/config-template.json @@ -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 } }, diff --git a/src/resources/onefinity_machinist_defaults.json b/src/resources/onefinity_machinist_defaults.json index 568594e..544e478 100644 --- a/src/resources/onefinity_machinist_defaults.json +++ b/src/resources/onefinity_machinist_defaults.json @@ -27,7 +27,7 @@ "load-2": "disabled" }, "settings": { - "junction-accel": 199999.999, + "junction-accel": 200000, "max-deviation": 0.001, "units": "METRIC" }, diff --git a/src/resources/onefinity_woodworker_defaults.json b/src/resources/onefinity_woodworker_defaults.json index 0299269..9eec222 100644 --- a/src/resources/onefinity_woodworker_defaults.json +++ b/src/resources/onefinity_woodworker_defaults.json @@ -27,7 +27,7 @@ "load-2": "disabled" }, "settings": { - "junction-accel": 199999.999, + "junction-accel": 200000, "max-deviation": 0.001, "units": "METRIC" },