Merge pull request #1071 from PavelSindler/feedrate_limit
max feedrate for stealth mode reduced to 100mm/s (because of loudness)
This commit is contained in:
commit
c1ce07c463
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
//Silent mode limits
|
//Silent mode limits
|
||||||
#define SILENT_MAX_ACCEL_XY 960ul // max acceleration in silent mode in mm/s^2
|
#define SILENT_MAX_ACCEL_XY 960ul // max acceleration in silent mode in mm/s^2
|
||||||
#define SILENT_MAX_FEEDRATE_XY 172 // max feedrate in mm/s
|
#define SILENT_MAX_FEEDRATE_XY 100 // max feedrate in mm/s
|
||||||
|
|
||||||
//Normal mode limits
|
//Normal mode limits
|
||||||
#define NORMAL_MAX_ACCEL_XY 2500ul // max acceleration in normal mode in mm/s^2
|
#define NORMAL_MAX_ACCEL_XY 2500ul // max acceleration in normal mode in mm/s^2
|
||||||
|
Loading…
Reference in New Issue
Block a user