Merge pull request #1445 from blubbfish/patch-3

Avoid compiling error
This commit is contained in:
Scott Lahteine 2015-01-31 21:03:18 -08:00
commit 4f4cd7a2c0

View file

@ -254,6 +254,7 @@ float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
#else
0
#endif
,
#if defined(EXTRUDER_OFFSET_Y)
EXTRUDER_OFFSET_Y
#else