|
|
@ -73,10 +73,6 @@ |
|
|
|
#include "feature/mixing.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(BEZIER_CURVE_SUPPORT) |
|
|
|
#include "module/planner_bezier.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(MAX7219_DEBUG) |
|
|
|
#include "feature/Max7219_Debug_LEDs.h" |
|
|
|
#endif |
|
|
@ -93,10 +89,6 @@ |
|
|
|
#include "module/servo.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#if HAS_DIGIPOTSS |
|
|
|
#include <SPI.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(DAC_STEPPER_CURRENT) |
|
|
|
#include "feature/dac/stepper_dac.h" |
|
|
|
#endif |
|
|
@ -110,7 +102,7 @@ |
|
|
|
#include "feature/I2CPositionEncoder.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#if HAS_TRINAMIC |
|
|
|
#if HAS_TRINAMIC && DISABLED(PS_DEFAULT_OFF) |
|
|
|
#include "feature/tmc_util.h" |
|
|
|
#endif |
|
|
|
|
|
|
@ -179,10 +171,6 @@ |
|
|
|
|
|
|
|
bool Running = true; |
|
|
|
|
|
|
|
#if ENABLED(TEMPERATURE_UNITS_SUPPORT) |
|
|
|
TempUnit input_temp_units = TEMPUNIT_C; |
|
|
|
#endif |
|
|
|
|
|
|
|
// For M109 and M190, this flag may be cleared (by M108) to exit the wait loop
|
|
|
|
bool wait_for_heatup = true; |
|
|
|
|
|
|
|