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
0
#endif
,
#if defined(EXTRUDER_OFFSET_Y)
EXTRUDER_OFFSET_Y
#else