Start both heaters at once (and where is the phantom start code coming from?)
I have an Ender 3 and the PSU can easily run both heaters at startuip so I want it to do that.
In Printer Settings, I can see sections for Start GCODE, End GCODE etc. They are all empty.
And in the Slic3r settings -> Printer settings, I can also see sections for Start G-code, End G-Code etc. These are NOT empty.
Howver, neither of these contain the code I see at the start of all my GCODE files prepared by Slic3r on Repetiere Host, which I've included below. As you can see, it does two "turn on heater and wait for temp" commands, one for the bed and one for the nozzle.
So - where is that code coming from and how can I change/remove it from my sliced files?
Thanks
======================
In Printer Settings, I can see sections for Start GCODE, End GCODE etc. They are all empty.
And in the Slic3r settings -> Printer settings, I can also see sections for Start G-code, End G-Code etc. These are NOT empty.
Howver, neither of these contain the code I see at the start of all my GCODE files prepared by Slic3r on Repetiere Host, which I've included below. As you can see, it does two "turn on heater and wait for temp" commands, one for the bed and one for the nozzle.
So - where is that code coming from and how can I change/remove it from my sliced files?
Thanks
======================
; generated by Slic3r 1.3.1-dev on 2019-12-28 at 16:43:22
; external perimeters extrusion width = 0.44mm (3.38mm^3/s)
; perimeters extrusion width = 0.48mm (7.54mm^3/s)
; infill extrusion width = 0.48mm (10.05mm^3/s)
; solid infill extrusion width = 0.48mm (2.51mm^3/s)
; top infill extrusion width = 0.48mm (1.88mm^3/s)
M107 ; disable fan
M190 S55 ; set bed temperature and wait for it to be reached
M104 S205 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle
; Filament gcode
M109 S205 ; set temperature and wait for it to be reached
Comments
http://mauk.cc/mediawiki/index.php/Slic3r_placeholders
ie.
replace your M190 and M104 lines with
the above should start hotend and bed heating together then wait till bed reaches first layer temp then finish heating hotend too first layer temp