CrealityOfficial / Creality_Sonic_Pad

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

Resume after restart uses wrong temp #55

Open FilthyMick opened 1 year ago

FilthyMick commented 1 year ago

If an issue occurs that puts klipper in a failure state, like power loss or emergency stop, using the resume feature will continue the print with the wrong temperatures. Resuming always sets the temperature at 200°C for extruder and 60°C for bed, which makes the functionality unusable for many common filament types. In my case, I print mostly PETG, requiring higher temps for both bed and extruder.

If the option to resume at previous temp is not feasible, I recommend a secondary prompt required for temperature setting after accepting the resume prompt.

Creality-Ralf commented 1 year ago

Recovering the temperature is reading the temperature inside the gcode file, and if the parsing fails, it assigns the default values of 200C and 60C. Can you provide your gcode for us to check the problem?