Hi everyone!! I made a 3d printer with 2 nozzles and a single X carriage, so both extruders moves in unison, and works pretty good. I installed Marlin 2.0.5.3 with Arduino ATMega 2560 and Ramps 1.4. As I say, everything works correctly: print with single nozzle and 2 nozzles for printing 2 colors.
My goal is print 2 identical pieces with separated nozzles. Here you have an example. The 2nd exturder clone motion and temperature from the 1st extruder. This behavior can achieved with M605 S2 command. See [marlinfw.org]. DUAL_NOZZLE_DUPLICATION_MODE in Marlin 1.x was changed to MULTI_NOZZLE_DUPLICATION in Marlin 2, but this feature is not updated in Marlin documentation (or I couldn't find it)
I have enabled MULTI_NOZZLE_DUPLICATION in Configuration_Adv.h and start GCode with M605 S2. I tried to put this code in several ways at the beginning of the code without resutls. I have been looking for a solution but I couldn't find it. Might you help me, please? Thanks in advance and apologize for my english
My goal is print 2 identical pieces with separated nozzles. Here you have an example. The 2nd exturder clone motion and temperature from the 1st extruder. This behavior can achieved with M605 S2 command. See [marlinfw.org]. DUAL_NOZZLE_DUPLICATION_MODE in Marlin 1.x was changed to MULTI_NOZZLE_DUPLICATION in Marlin 2, but this feature is not updated in Marlin documentation (or I couldn't find it)
I have enabled MULTI_NOZZLE_DUPLICATION in Configuration_Adv.h and start GCode with M605 S2. I tried to put this code in several ways at the beginning of the code without resutls. I have been looking for a solution but I couldn't find it. Might you help me, please? Thanks in advance and apologize for my english