Parcourir la source

🔧 Remove obsolete G34 sanity check (#22929)

Keith Bennett il y a 3 ans
Parent
révision
8ce2254aa6
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0
    4
      Marlin/src/inc/SanityCheck.h

+ 0
- 4
Marlin/src/inc/SanityCheck.h Voir le fichier

@@ -3436,10 +3436,6 @@ static_assert(_PLUS_TEST(4), "HOMING_FEEDRATE_MM_M values must be positive.");
3436 3436
   #endif
3437 3437
 #endif
3438 3438
 
3439
-#if BOTH(Z_STEPPER_AUTO_ALIGN, MECHANICAL_GANTRY_CALIBRATION)
3440
-  #error "You cannot use Z_STEPPER_AUTO_ALIGN and MECHANICAL_GANTRY_CALIBRATION at the same time."
3441
-#endif
3442
-
3443 3439
 #if ENABLED(PRINTCOUNTER) && DISABLED(EEPROM_SETTINGS)
3444 3440
   #error "PRINTCOUNTER requires EEPROM_SETTINGS."
3445 3441
 #endif

Chargement…
Annuler
Enregistrer