GregValiant 988
I'll ignore it after I make a suggestion...
Change the beginning of the StartUp Gcode to this:
; start code
T0 ; select tool 1
M140 S{material_bed_temperature_layer_0}
M109 S150 ;heat the hot end to 150
G28 ; home all
G29 ; do abl
M109 S{material_print_temperature_layer_0} ; set extruder temp and wait
M190 S{material_bed_temperature_layer_0} ; wait for bed temp
; G29 S1 ; use stored bed mesh
etc, etc,
- Setting the hot end to a temperature below the "ooze" temperature can keep the bed clean during the ABL stuff.
- If you decide to go to different "Print Temperature Initial Layer" or "Bed Temperature Initial Layer" then adding the "_layer_0" to the replacement words will get those "Initial Temperatures" to turn up in the gcode.
I added "M220 S100" and "M221 S100" to my end gcode in case I tune the flow or feedrate during a print. It will reset them to 100%. If I roll right into another print then changes I might have made won't carry over.
-
2
Recommended Posts
deonholt 0
PLEASE IGNORE
The fault was that I accidentally imported a project which I saved from PrusSlicer. 🙊
Link to post
Share on other sites