that cant be it because it's added a third time at line 89 in accordance with the specified startcode
Attached are 2 gcodes. the FIBO one is sliced with 4.10 same startcode, those lines aren't there
The upgrade one is sliced with 4.11.
Same startcode yet one has it, the other one doesn't.
CrealityMaxExtruderUpgrade-260_0.4N_0.2LH_0D3H49M.gcode FiBo_-_Base_-_Short_45mm_0.4N_0.2LH_1D1H13M.gcode
Recommended Posts
GregValiant 1,410
It's because you explicitly state "M190 S70" in your start gcode instead of using a keyword. Cura adds the bed temperature line when you do that.
If you change that line to "M190 S{material_bed_temperature_layer_0}" then Cura will stop adding it's own lines. You could also add the "M190 S{material_bed_temperature_layer_0}" down near the M109 line if you wanted to heat the bed to 70 for leveling and then settle at a different temperature.
Link to post
Share on other sites