Skip to content

Commit bd4cc3a

Browse files
thisiskeithbLCh-77
authored andcommitted
✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (MarlinFirmware#23990)
1 parent 5e79e9b commit bd4cc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/inc/SanityCheck.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
#elif defined(NOZZLE_PARK_X_ONLY)
613613
#error "NOZZLE_PARK_X_ONLY is now NOZZLE_PARK_MOVE 1."
614614
#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."
616616
#elif defined(Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS)
617617
#error "Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS is now just Z_STEPPER_ALIGN_STEPPER_XY."
618618
#elif defined(DWIN_CREALITY_LCD_ENHANCED)

0 commit comments

Comments
 (0)