When I look at my gcode files after slicing, it looks like Cura is adding a few lines "before" the startup script as follows:
;FLAVOR:Marlin
;TIME:7272
;Filament used: 4.89266m
;Layer height: 0.2
;MINX:85.576
;MINY:81.578
;MINZ:0.2
;MAXX:145.167
;MAXY:141.168
;MAXZ:16.2
;TARGET_MACHINE.NAME:Creality Ender-3
;POSTPROCESSED
;Generated with Cura_SteamEngine 5.5.0
M140 S60
M105
M190 S60
M104 S210
M105
M109 S210
M82 ;absolute extrusion mode
; Script based on an original created by tjjfvi (https://github.com/tjjfvi) (first line of startup script)
The heating sequence that I am dealing with is in these lines of code. I will change my startup script as you suggest and see how it affects how Cura slices.
Thanks!
Recommended Posts
Slashee_the_Cow 409
There isn't actually any code in the startup sequence to heat up anything. But it's easy:
Link to post
Share on other sites