|
@ -825,13 +825,13 @@ |
|
|
|
|
|
|
|
|
//#define HOME_AFTER_DEACTIVATE // Require rehoming after steppers are deactivated
|
|
|
//#define HOME_AFTER_DEACTIVATE // Require rehoming after steppers are deactivated
|
|
|
|
|
|
|
|
|
// Minimum time that a segment needs to take as the buffer gets emptied
|
|
|
|
|
|
#define DEFAULT_MINSEGMENTTIME 20000 // (µs) Set with M205 B.
|
|
|
|
|
|
|
|
|
|
|
|
// Default Minimum Feedrates for printing and travel moves
|
|
|
// Default Minimum Feedrates for printing and travel moves
|
|
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
|
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
|
|
#define DEFAULT_MINTRAVELFEEDRATE 0.0 // (mm/s) Minimum travel feedrate. Set with M205 T.
|
|
|
#define DEFAULT_MINTRAVELFEEDRATE 0.0 // (mm/s) Minimum travel feedrate. Set with M205 T.
|
|
|
|
|
|
|
|
|
|
|
|
// Minimum time that a segment needs to take as the buffer gets emptied
|
|
|
|
|
|
#define DEFAULT_MINSEGMENTTIME 20000 // (µs) Set with M205 B.
|
|
|
|
|
|
|
|
|
// Slow down the machine if the lookahead buffer is (by default) half full.
|
|
|
// Slow down the machine if the lookahead buffer is (by default) half full.
|
|
|
// Increase the slowdown divisor for larger buffer sizes.
|
|
|
// Increase the slowdown divisor for larger buffer sizes.
|
|
|
#define SLOWDOWN |
|
|
#define SLOWDOWN |
|
|