Generalized enqueue_commands_P, and moved them to Marlin_main as they should
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
||||
#define X_HOME_RETRACT_MM 5
|
||||
#define Y_HOME_RETRACT_MM 5
|
||||
#define Z_HOME_RETRACT_MM 2
|
||||
#define Z_HOME_RETRACT_MM 5
|
||||
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
||||
|
||||
#define AXIS_RELATIVE_MODES {false, false, false, false}
|
||||
@@ -248,7 +248,7 @@
|
||||
#define DEFAULT_MINSEGMENTTIME 20000
|
||||
|
||||
// If defined the movements slow down when the look ahead buffer is only half full
|
||||
#define SLOWDOWN
|
||||
// #define SLOWDOWN // JFR - important, was enabled!!
|
||||
|
||||
// Frequency limit
|
||||
// See nophead's blog for more info
|
||||
|
||||
Reference in New Issue
Block a user