4

Can Repetier host run a multi-material printer such as the Prusa i3 MK2S?

Greenonline
  • 5,831
  • 7
  • 30
  • 60
TECTEC3 Studios
  • 416
  • 2
  • 6

2 Answers2

1

Yes, it can. I have configured it for as many as four extruders. The problem may be in the slicing, as the slicer is responsible for generating the tool change commands.

One problem with the Repetier multi-extruder support is that, although the temperature of each extruder is reported by the RepRap firmware response, only the selected extruder is updated, and only one extruder is shown in the temperature graph.

cmm
  • 4,418
  • 10
  • 36
0

Yes, you can add a second extruder to it.

  • The prusa i3 mk2s does not have multiple extruders. It has multiple feeders that feed into the same extruder. – mac Jan 22 '18 at 23:23
  • 2
    Yes, that is the way the hardware in implemented; but, from a G-code view (what Repetier works from) it is treated as two extruders. – markshancock Feb 18 '18 at 04:21