jbcnc
Posts: 2
Joined: Thu Apr 14, 2022 9:11 am

Autolevel with lower temperature

I have a Creality-6 SE with autoleveling and when it runs the autoleveling at the printing temperature it leaves blotches of plastic at every probing point so I changed the starting script to start with a lower temperature: M104 S220 T0 but can I instead use: M104 S[extruder0_temperature] T0 and add "minus 20 degree" somehow?
jbcnc
Posts: 2
Joined: Thu Apr 14, 2022 9:11 am

Re: Autolevel with lower temperature

I changed my starting script to this to make it probe at 150*C

M104 S150 T0
M140 S[bed0_temperature] T0
M109 S150 T0
M190 S[bed0_temperature] T0

G28 ; home all axes
G29 ; probe ABL
G1 Z5 F3000 ; lift


G1 X5 Y10 F1500 ; move to prime

M104 S[extruder0_temperature] T0
M109 S[extruder0_temperature] T0

G1 Z0.2 F3000 ; get ready to prime
G92 E0 ; reset extrusion distance
G1 X80 E10 F600 ; prime nozzle
G1 X100 F5000 ; quick wipe

Return to “General Discussion and Tips”