From 5bbf7e4659407357d02fab678fb5aec8b38a250a Mon Sep 17 00:00:00 2001 From: David Carley Date: Fri, 5 Mar 2021 19:45:53 -0800 Subject: [PATCH] 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 } },