Add HAS_HOTEND_OFFSET_Z conditional

This commit is contained in:
Scott Lahteine
2018-05-19 16:32:24 -05:00
parent a847ea625e
commit af3a68f81f
4 changed files with 7 additions and 9 deletions

View File

@@ -403,9 +403,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
#if ENABLED(SWITCHING_EXTRUDER) // One stepper for every two EXTRUDERS