|
|
@ -341,6 +341,8 @@
|
|
|
|
#error "MAX6675_SS is now MAX6675_SS_PIN. Please update your configuration and/or pins."
|
|
|
|
#error "MAX6675_SS is now MAX6675_SS_PIN. Please update your configuration and/or pins."
|
|
|
|
#elif defined(MAX6675_SS2)
|
|
|
|
#elif defined(MAX6675_SS2)
|
|
|
|
#error "MAX6675_SS2 is now MAX6675_SS2_PIN. Please update your configuration and/or pins."
|
|
|
|
#error "MAX6675_SS2 is now MAX6675_SS2_PIN. Please update your configuration and/or pins."
|
|
|
|
|
|
|
|
#elif defined(TMC_Z_CALIBRATION)
|
|
|
|
|
|
|
|
#error "TMC_Z_CALIBRATION has been deprecated in favor of Z_STEPPER_AUTO_ALIGN. Please update your configuration."
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define BOARD_MKS_13 -47
|
|
|
|
#define BOARD_MKS_13 -47
|
|
|
@ -1884,8 +1886,6 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
|
|
|
// Other TMC feature requirements
|
|
|
|
// Other TMC feature requirements
|
|
|
|
#if ENABLED(HYBRID_THRESHOLD) && !STEALTHCHOP_ENABLED
|
|
|
|
#if ENABLED(HYBRID_THRESHOLD) && !STEALTHCHOP_ENABLED
|
|
|
|
#error "Enable STEALTHCHOP_(XY|Z|E) to use HYBRID_THRESHOLD."
|
|
|
|
#error "Enable STEALTHCHOP_(XY|Z|E) to use HYBRID_THRESHOLD."
|
|
|
|
#elif ENABLED(TMC_Z_CALIBRATION) && !AXIS_IS_TMC(Z) && !AXIS_IS_TMC(Z2) && !AXIS_IS_TMC(Z3)
|
|
|
|
|
|
|
|
#error "TMC_Z_CALIBRATION requires at least one TMC driver on Z axis"
|
|
|
|
|
|
|
|
#elif ENABLED(SENSORLESS_HOMING) && !HAS_STALLGUARD
|
|
|
|
#elif ENABLED(SENSORLESS_HOMING) && !HAS_STALLGUARD
|
|
|
|
#error "SENSORLESS_HOMING requires TMC2130 stepper drivers."
|
|
|
|
#error "SENSORLESS_HOMING requires TMC2130 stepper drivers."
|
|
|
|
#elif ENABLED(SENSORLESS_PROBING) && !HAS_STALLGUARD
|
|
|
|
#elif ENABLED(SENSORLESS_PROBING) && !HAS_STALLGUARD
|
|
|
|