Parcourir la source

✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990)

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

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

@@ -612,7 +612,7 @@
612 612
 #elif defined(NOZZLE_PARK_X_ONLY)
613 613
   #error "NOZZLE_PARK_X_ONLY is now NOZZLE_PARK_MOVE 1."
614 614
 #elif defined(NOZZLE_PARK_Y_ONLY)
615
-  #error "NOZZLE_PARK_X_ONLY is now NOZZLE_PARK_MOVE 2."
615
+  #error "NOZZLE_PARK_Y_ONLY is now NOZZLE_PARK_MOVE 2."
616 616
 #elif defined(Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS)
617 617
   #error "Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS is now just Z_STEPPER_ALIGN_STEPPER_XY."
618 618
 #elif defined(DWIN_CREALITY_LCD_ENHANCED)

Chargement…
Annuler
Enregistrer