Any variable from http://files.fieldofview.com/cura/Replacement_Patterns.html can be used, but obviously not all of them will have useful results. In that long list, sarch for "_extruder_nr". It is basically all settings in Cura where you select an extruder, plus the "initial_extruder_nr".
-
1
Recommended Posts
ahoeben 2,026
You can do that like this:
set global.T1_temp={material_print_temperature,1}
Instead of a number, you can also specify a variable extruder number, eg:
set support_extruder_temp={material_print_temperature, support_extruder_nr}
Link to post
Share on other sites
Marc_XYZ 0
Thanks,
That's what I was looking for!
And is there a list of all cura variables (support_extruder_nr)?? it can be useful.
Link to post
Share on other sites