ZInventions 0 Posted May 25, 2016 in Option for first extruder callout for multi-extruder systems I have a dual-head printer, and often cura seems to "forget" that the second extruder is still selected for the first layer of the part, i.e. it does not reset the extruder ID to the first extruder (or active extruder) before beginning the print. Below is a Gcode example ; Wait for all used extruders to reach temperatureM109 T0 S210M109 T1 S210;Layer count: 6;LAYER:0M107G0 F9000 X2.427 Y3.169 Z0.200G0 X2.833 Y3.367;TYPE:SKIRTG1 F1800 X3.547 Y2.849 E0.03081G1 X3.619 Y2.796 E0.03393 This code waits for both extruders to heat, but then immediately begins printing, and since the last tool command sent was T1, it prints the skirt AND the first layer of objects meant to be printed with tool 0 with the incorrect tool. This results in poor quality of the prints, as the first layer is the wrong material. What would be useful would be a way to have cura send a tool change command before the first extrusion, setting the ID. This way it would automatically use the correct head. I have also noticed that on parts that only use one extruder, it very often does not select the correct one by default. My setup is as follows: Repetier Host using bundled Cura controlling a Rostock Max V1 with an E3D chimera Share this post Link to post Share on other sites