From 5bbf7e4659407357d02fab678fb5aec8b38a250a Mon Sep 17 00:00:00 2001 From: David Carley Date: Fri, 5 Mar 2021 19:45:53 -0800 Subject: [PATCH 1/2] Metric-only for max-deviation and junction-accel --- src/resources/config-template.json | 4 ---- 1 file changed, 4 deletions(-) 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 } }, From 0347b24bdeaae6d3b81fdc22038409572f3f2c26 Mon Sep 17 00:00:00 2001 From: David Carley Date: Fri, 5 Mar 2021 20:07:12 -0800 Subject: [PATCH 2/2] Fixed junction-accel value to 200000 --- src/resources/onefinity_machinist_defaults.json | 2 +- src/resources/onefinity_woodworker_defaults.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/onefinity_machinist_defaults.json b/src/resources/onefinity_machinist_defaults.json index 66602e0..f07754d 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 2942263..77c303b 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" },