Ver código fonte

Avoid compiling error

Only a missing ","... now it will compile again
Philip Schell 10 anos atrás
pai
commit
fb7c636ecf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      Marlin/Marlin_main.cpp

+ 1
- 0
Marlin/Marlin_main.cpp Ver arquivo

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

Carregando…
Cancelar
Salvar