You can add:
M104 S{print_temperature}
M190 S{print_bed_temperature}
M109 S{print_temperature}
To the start code, and get the behaviour you want. And it will no longer add the own temperture commands as it sees you have the proper tags in the start code.
Why this is not default? Well, because not everyone has a heated bed or uses a heated bed, at which point the M190 commands do not need to be added or the printer will hang on that.
(Yes, there is logic to the mess, really)
Recommended Posts
illuminarti 18
The start gcode is included in the output file (unless you specify Ultigcode as your machine type, iirc). And you're free to edit the start gcode in Cura and have it do whatever you want in your particular case.
What I don't entirely understand is what you are trying to achieve by editing the start gcode in this way - how is this practically different from the standard start gcode?
Link to post
Share on other sites