repetier / Repetier-Firmware

Firmware for Arduino based RepRap 3D printer.
812 stars 734 forks source link

Heaters are not turned on for all extruders in multi-extruder print #818

Open naps1saps opened 6 years ago

naps1saps commented 6 years ago

Using Cura, if there are more than one extruder, Repetier will only turn on the heater for the default extruder. I don't know if this is a Cura issue or Repetier issue.

repetier commented 6 years ago

You need to check the gcode for this. I know CuraEngine in Repetier-Host will only use extruder 0 if there is only one object. It is not possible to assign the object another extruder if previous extruders are not used. CuraEngine just will use them in order defined in command line and ignore empty stl files.