2 hours ago, GregValiant said:Within the gcode file - does Cura add a call for T1 prior to your startup gcode? It should be there, but then your StartUp Gcode is explicitly calling for T0.
You could try changing that "T0" line in your StartUp Gcode to "T{initial_extruder_nr}" and see if it makes a difference.
I believe this was it! In Gcode that start command was replaced by T1, so Cura definitely adjusted the parameter accordingly! Thanks!
Recommended Posts
GregValiant 1,412
Within the gcode file - does Cura add a call for T1 prior to your startup gcode? It should be there, but then your StartUp Gcode is explicitly calling for T0.
You could try changing that "T0" line in your StartUp Gcode to "T{initial_extruder_nr}" and see if it makes a difference.
Link to post
Share on other sites