Followup to hotend_offset[Z] patch

This commit is contained in:
Scott Lahteine
2018-08-24 21:26:29 -05:00
parent e2b8fc4f17
commit d1c9517903
9 changed files with 25 additions and 39 deletions

View File

@ -78,7 +78,7 @@ extern int16_t feedrate_percentage;
extern uint8_t active_extruder;
#if HOTENDS > 1
#if HAS_HOTEND_OFFSET
extern float hotend_offset[XYZ][HOTENDS];
#endif