Quantcast
Channel: Reprap Forum - Repetier
Viewing all articles
Browse latest Browse all 1321

More than two extruder (2 replies)

$
0
0
Hello all.
I have finished (well, almost) building a triple extruder printer, but I am dubious about firmware support:

Config.h says that maximum 2 extruders are supported:

/** Number of extruders. Maximum 2 extruder. */
#define NUM_EXTRUDER 1


Extruder.cpp on the other hand says he's ready for more:

#if NUM_EXTRUDER>2
const char ext2_select_cmd[] PROGMEM = EXT2_SELECT_COMMANDS;
const char ext2_deselect_cmd[] PROGMEM = EXT2_DESELECT_COMMANDS;
#endif
#if NUM_EXTRUDER>3
const char ext3_select_cmd[] PROGMEM = EXT3_SELECT_COMMANDS;
const char ext3_deselect_cmd[] PROGMEM = EXT3_DESELECT_COMMANDS;
#endif
...
...

As I am not able to dig all the code to understand the extent of support for more-than-two... here comes the question:

Does Repetier FW FULLY SUPPORT more than two extruders ?

Best Regards
Davide Ardizzoia

Viewing all articles
Browse latest Browse all 1321

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>