mirror of
https://github.com/synthetos/g2.git
synced 2026-09-22 19:43:53 +08:00
Adjust spindle spinup rate on OtherMill
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user