|
|
@ -482,14 +482,6 @@
|
|
|
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
|
|
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
|
|
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/s)
|
|
|
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/s)
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// Use Junction Deviation instead of traditional Jerk Limiting
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//#define JUNCTION_DEVIATION
|
|
|
|
|
|
|
|
#if ENABLED(JUNCTION_DEVIATION)
|
|
|
|
|
|
|
|
#define JUNCTION_DEVIATION_MM 0.02 // (mm) Distance from real junction edge
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Backlash Compensation
|
|
|
|
// Backlash Compensation
|
|
|
|
// Adds extra movement to axes on direction-changes to account for backlash.
|
|
|
|
// Adds extra movement to axes on direction-changes to account for backlash.
|
|
|
@ -849,7 +841,7 @@
|
|
|
|
#define STATUS_HOTEND_ANIM // Use a second bitmap to indicate hotend heating
|
|
|
|
#define STATUS_HOTEND_ANIM // Use a second bitmap to indicate hotend heating
|
|
|
|
#define STATUS_BED_ANIM // Use a second bitmap to indicate bed heating
|
|
|
|
#define STATUS_BED_ANIM // Use a second bitmap to indicate bed heating
|
|
|
|
//#define STATUS_ALT_BED_BITMAP // Use the alternative bed bitmap
|
|
|
|
//#define STATUS_ALT_BED_BITMAP // Use the alternative bed bitmap
|
|
|
|
//#define STATUS_ALT_FAN_BITMAP // Use the alternate fan bitmap
|
|
|
|
//#define STATUS_ALT_FAN_BITMAP // Use the alternative fan bitmap
|
|
|
|
//#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
|
|
|
|
//#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
|
|
|
|
//#define STATUS_HEAT_PERCENT // Show heating in a progress bar
|
|
|
|
//#define STATUS_HEAT_PERCENT // Show heating in a progress bar
|
|
|
|
|
|
|
|
|
|
|
|