UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
Cura adds heating commands before my start code which contains other heating command
Posted
· Cura adds heating commands before my start code which contains other heating command
You should use replacement patterns with curly brackets like so:
M104 S{material_print_temperature_layer_0} ; sets hotend temperature for bed leveling (warm but not dripping)
M140 S{material_bed_temperature_layer_0} ; sets bed temperature layer_0 for your material
M109 R{material_print_temperature_layer_0} ; sets hotend temperature for bed leveling and wait until temperature reached
M190 S{material_bed_temperature_layer_0}
Cura looks for those replacement patterns (ie: the text + the curly brackets). If your start gcode includes those, Cura will not add its own preheat sequence.
The full stable release of UltiMaker Cura 5.4 is here and it makes it easier than ever to remove brims and supports from your finished prints. UltiMaker S series users can also look forward to print profiles for our newest UltiMaker PET CF composite material!
Recommended Posts
ahoeben 1,848
You should use replacement patterns with curly brackets like so:
M104 S{material_print_temperature_layer_0} ; sets hotend temperature for bed leveling (warm but not dripping) M140 S{material_bed_temperature_layer_0} ; sets bed temperature layer_0 for your material M109 R{material_print_temperature_layer_0} ; sets hotend temperature for bed leveling and wait until temperature reached M190 S{material_bed_temperature_layer_0}
Cura looks for those replacement patterns (ie: the text + the curly brackets). If your start gcode includes those, Cura will not add its own preheat sequence.
Link to post
Share on other sites
titust1 1
Thanks. Highly appreciated😀
Link to post
Share on other sites