tinkergnome 926
10 hours ago, ahoeben said:make sure your start gcode contains lines which have {material_print_temperature} and {material_bed_temperature} in them
Wouldn't it be better to use the temperatures for the initial layer in the start script, or has the Cura behavior changed in this point?
{material_bed_temperature_layer_0}
{material_print_temperature_layer_0}
-
2
Recommended Posts
ahoeben 1,852
Cura checks if you add a heatup sequence in your start gcode. If you don't, it adds its own heatup before your start gcode. If you don't want Cura to add these lines, make sure your start gcode contains lines which have {material_print_temperature} and {material_bed_temperature} in them respectively (exactly as typed, Cura will replace the {}-text with the temperatures). eg:
Having this in your start gcode prevents Cura from putting heatup commands in front of your start gcode. This means that you can insert your G4 S300 command anywhere you want to relative to your heatup commands.
Link to post
Share on other sites
VladimirK 1
Thanks!
Link to post
Share on other sites