CrealityOfficial/Creality_Sonic_Pad

Resume after restart uses wrong temp

Opened this issue · 1 comments

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.

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?