From 0347b24bdeaae6d3b81fdc22038409572f3f2c26 Mon Sep 17 00:00:00 2001 From: David Carley Date: Fri, 5 Mar 2021 20:07:12 -0800 Subject: [PATCH] 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" },