Add HAS_HOTEND_OFFSET_Z conditional
This commit is contained in:
parent
3c76bda2d8
commit
83d42f33e1
4 changed files with 5 additions and 7 deletions
|
|
@ -413,9 +413,6 @@
|
|||
#undef HOTEND_OFFSET_Y
|
||||
#else // Two hotends
|
||||
#define HOTENDS EXTRUDERS
|
||||
#if ENABLED(SWITCHING_NOZZLE) && !defined(HOTEND_OFFSET_Z)
|
||||
#define HOTEND_OFFSET_Z { 0 }
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define HOTEND_LOOP() for (int8_t e = 0; e < HOTENDS; e++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue