DEFAULT_ACCELERATION_SPINDLE

MarlinFirmware/Marlin#27759
This commit is contained in:
Scott Lahteine 2025-04-14 16:15:04 -05:00
parent cb4fc4344f
commit 5d9d61c572
382 changed files with 764 additions and 0 deletions

View file

@ -3686,6 +3686,8 @@
#define SPEED_POWER_MIN 5000 // (RPM)
#define SPEED_POWER_MAX 30000 // (RPM) SuperPID router controller 0 - 30,000 RPM
#define SPEED_POWER_STARTUP 25000 // (RPM) M3/M4 speed/power default (with no arguments)
//#define DEFAULT_ACCELERATION_SPINDLE 1000 // (°/s/s) Default spindle acceleration (speed change with time)
#endif
#else