🔥 Automatic minimum planner junction speed

- Also `MAX7219_DEBUG_SLOWDOWN`
- MarlinFirmware/Marlin#26198
This commit is contained in:
Scott Lahteine 2023-10-27 16:36:34 -05:00
parent b1e41e335e
commit 6c2d6e1d28
354 changed files with 354 additions and 1770 deletions

View file

@ -1261,11 +1261,6 @@
#define XY_FREQUENCY_MIN_PERCENT 5 // (percent) Minimum FR percentage to apply. Set with M201 G<min%>.
#endif
// 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
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/s)
//
// Backlash Compensation
// Adds extra movement to axes on direction-changes to account for backlash.
@ -4264,6 +4259,7 @@
// row. By default idle() is profiled so this shows how "idle" the processor is.
// See class CodeProfiler.
//#define MAX7219_DEBUG_MULTISTEPPING 6 // Show multi-stepping 1 to 128 on this LED matrix row.
//#define MAX7219_DEBUG_SLOWDOWN 6 // Count (mod 16) how many times SLOWDOWN has reduced print speed.
#endif
/**