We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e79e9b commit bd4cc3aCopy full SHA for bd4cc3a
Marlin/src/inc/SanityCheck.h
@@ -612,7 +612,7 @@
612
#elif defined(NOZZLE_PARK_X_ONLY)
613
#error "NOZZLE_PARK_X_ONLY is now NOZZLE_PARK_MOVE 1."
614
#elif defined(NOZZLE_PARK_Y_ONLY)
615
- #error "NOZZLE_PARK_X_ONLY is now NOZZLE_PARK_MOVE 2."
+ #error "NOZZLE_PARK_Y_ONLY is now NOZZLE_PARK_MOVE 2."
616
#elif defined(Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS)
617
#error "Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS is now just Z_STEPPER_ALIGN_STEPPER_XY."
618
#elif defined(DWIN_CREALITY_LCD_ENHANCED)
0 commit comments