I found a workaround by accident. If your startup gcode contains no reference to any print temperatures (no {material_print_temperature} variants, even in a comment), Cura will automatically prepend the gcode
M104 S{material_print_temperature_layer_0}
M109 S{material_print_temperature_layer_0}
before your startup code, with the correct temperatures.
This is going to wait for the nozzle to get fully up to temperature before doing anything else (including heating the bed) so it might not be the best solution.
/Frank
Recommended Posts
FrankR 0
I had the same problem. It's a regression bug in Cura 3.1, and is supposed to be fixed in 3.2.
As a workaround, you could just change your startup gcode to S230 for now, then change it back whenever 3.2 comes out. Not ideal, but at least you won't have to edit every gcode file.
/Frank
Link to post
Share on other sites