From c2051d9e41f9fa7bb1e8b60d144545a9e6bda544 Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Fri, 8 Nov 2019 14:36:37 -0500 Subject: [PATCH] Adjust spindle spinup rate on OtherMill --- g2core/settings/settings_othermill.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g2core/settings/settings_othermill.h b/g2core/settings/settings_othermill.h index 7483e379..4ee6ac53 100644 --- a/g2core/settings/settings_othermill.h +++ b/g2core/settings/settings_othermill.h @@ -46,8 +46,8 @@ #define SPINDLE_DIR_POLARITY 0 // 0=clockwise is low, 1=clockwise is high #define SPINDLE_PAUSE_ON_HOLD true #define SPINDLE_SPINUP_DELAY 1.5 // after unpausing and turning the spindle on, dwell for 1.5s -// #define SPINDLE_SPEED_CHANGE_PER_MS 7.0 -#define SPINDLE_SPEED_CHANGE_PER_MS 1.0 // testing absurdly low setting +#define SPINDLE_SPEED_CHANGE_PER_MS 7.0 +// #define SPINDLE_SPEED_CHANGE_PER_MS 1.0 // testing absurdly low setting // OLD CODE: // // PWM soft-start: original estimate 13ms/100RPM, but tweaked for slipping // #define SP_RPM_INCREMENT 500.0 // RPM