Apply HAS_MULTI_HOTEND

This commit is contained in:
Scott Lahteine
2020-04-27 04:49:31 -05:00
parent 33217b0dd0
commit c4d57462dc
3 changed files with 5 additions and 5 deletions

View File

@ -475,7 +475,7 @@
#ifndef HOTEND_OVERSHOOT
#define HOTEND_OVERSHOOT 15
#endif
#if HOTENDS_ > 1
#if HOTENDS > 1
#define HAS_MULTI_HOTEND 1
#define HAS_HOTEND_OFFSET 1
#endif