Fixed some small planner bugs

This commit is contained in:
Erik van der Zalm
2011-11-15 18:14:00 +01:00
parent 5fd41ae872
commit 805d37f77b
4 changed files with 24 additions and 18 deletions

View File

@ -11,7 +11,8 @@
// Frequency limit
// See nophead's blog for more info
#define XY_FREQUENCY_LIMIT 15
// Not working OK
//#define XY_FREQUENCY_LIMIT 15
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
// of the buffer and all stops. This should not be much greater than zero and should only be changed
@ -201,7 +202,7 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
#define AXIS_RELATIVE_MODES {false, false, false, false}
#define MAX_STEP_FREQUENCY 40000L // Max step frequency for Ultimaker (5000 pps / half step)
#define MAX_STEP_FREQUENCY 40000 // Max step frequency for Ultimaker (5000 pps / half step)
// default settings