🐛 Fix PANDA ZHU missing #endif (#26460)

This commit is contained in:
Jason Smith
2023-11-24 23:26:02 -08:00
committed by GitHub
parent ae695e8309
commit 8ff937c7d8

View File

@@ -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