From 504c77f96b8a21bad458d6ce3119e269749fed64 Mon Sep 17 00:00:00 2001 From: David Carley Date: Thu, 4 Mar 2021 12:49:26 -0800 Subject: [PATCH] Slowed the probe-fast-seek from 100 to 75 --- 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..568594e 100644 --- a/src/resources/onefinity_machinist_defaults.json +++ b/src/resources/onefinity_machinist_defaults.json @@ -16,7 +16,7 @@ "probe": { "probe-ydim": 53.975, "probe-slow-seek": 25, - "probe-fast-seek": 100, + "probe-fast-seek": 75, "probe-zdim": 15.4, "probe-xdim": 53.975 }, diff --git a/src/resources/onefinity_woodworker_defaults.json b/src/resources/onefinity_woodworker_defaults.json index 2942263..0299269 100644 --- a/src/resources/onefinity_woodworker_defaults.json +++ b/src/resources/onefinity_woodworker_defaults.json @@ -16,7 +16,7 @@ "probe": { "probe-ydim": 53.975, "probe-slow-seek": 25, - "probe-fast-seek": 100, + "probe-fast-seek": 75, "probe-zdim": 15.4, "probe-xdim": 53.975 },