CuraEngine checks your start gcode and sees if you use the {material_print_temperature} variable to heat up the nozzle. If you don't, CuraEngine adds its own nozzle heating gcode.
Make sure your start gcode contains the line M104 {material_print_temperature}, and CuraEngine should no longer add its own lines.
Thank you!
.... and the line: M140 S{material_bed_temperature} to get rid of M190 S75 .
BTW is there a placeholder for "first_layer_bed_temperature" in cura 2.5+ ?
I can't find a comlete list of this placeholders.
Recommended Posts
ahoeben 1,850
CuraEngine checks your start gcode and sees if you use the {material_print_temperature} variable to heat up the nozzle. If you don't, CuraEngine adds its own nozzle heating gcode.
Make sure your start gcode contains the line M104 {material_print_temperature}, and CuraEngine should no longer add its own lines.
Link to post
Share on other sites