🐛 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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