Avoid compiling error

Only a missing ","... now it will compile again
This commit is contained in:
Philip Schell 2015-02-01 01:33:04 +01:00
parent 787d6fb61a
commit fb7c636ecf

View File

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