CrealityOfficial / Creality_Sonic_Pad

Firmware for Creality S-Pad by Creality
GNU General Public License v3.0
135 stars 18 forks source link

Stop print from Sonic Pad, causes error on next print. #68

Open plugowski opened 1 year ago

plugowski commented 1 year ago

Mostly everytime when I use Cancel print option on sonic pad, next print fails just after autoleveling with ERROR:

{'error': 'WebRequestError', 'message': '{"code":"key111", "msg": "Extrude below minimum temp\nSee the \'min_extrude_temp\' config option for details", "values": []}'}

My start GCode is set to wait for nozzle warmup

SET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]

G90 ; use absolute coordinates
M83 ; extruder relative mode
M104 S{first_layer_temperature[0]} ; set final nozzle temp
G4 S30 ; allow partial nozzle warmup
M190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize

G28 ; go to home
BED_MESH_CALIBRATE ; add autoleveling

BEFORE_LAYER_CHANGE HEIGHT=0 LAYER=-1
SMART_PARK

M109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize
G1 Z0.28 F240

; SMART PURGE
LINE_PURGE