Add HAS_HOTEND_OFFSET_Z conditional

This commit is contained in:
Scott Lahteine
2018-05-19 16:37:27 -05:00
parent 3c76bda2d8
commit 83d42f33e1
4 changed files with 5 additions and 7 deletions

View File

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