Skip to content

Commit

Permalink
🐛 Fix PANDA ZHU missing #endif (MarlinFirmware#26460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith authored Nov 25, 2023
1 parent ae695e8 commit 8ff937c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/pins/esp32/pins_PANDA_ZHU.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#if E_STEPPERS > 5
#error "PANDA ZHU supports up to 5 E steppers."
#endif
#if HAS_MULTI_HOTEND
#error "PANDA ZHU only supports 1 hotend."
#endif
Expand Down

0 comments on commit 8ff937c

Please sign in to comment.