✨ X Twist Compensation & Calibration (#23238)
This commit is contained in:
committed by
Scott Lahteine
parent
15204470a8
commit
efd67cf80d
@ -3393,6 +3393,10 @@ static_assert(_PLUS_TEST(4), "HOMING_FEEDRATE_MM_M values must be positive.");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if BOTH(X_AXIS_TWIST_COMPENSATION, NOZZLE_AS_PROBE)
|
||||
#error "X_AXIS_TWIST_COMPENSATION is incompatible with NOZZLE_AS_PROBE."
|
||||
#endif
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
#if ENABLED(BACKUP_POWER_SUPPLY) && !PIN_EXISTS(POWER_LOSS)
|
||||
#error "BACKUP_POWER_SUPPLY requires a POWER_LOSS_PIN."
|
||||
|
Reference in New Issue
Block a user