Basic Information:
Printer Model: Ender 3 S1 Pro
MCU / Printerboard: SonicPad
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
klippy.log (4.1 MB)
Describe your issue:
If I cancel a print, anytime I want to start a new print, it trys to resume from the cancel point, as if its not cleared the state from the last print. I confirmed its not showing as paused, and it doesnt even have the be the same file.
This is my cancel macro
[gcode_macro CANCEL_PRINT]
rename_existing: BASE_CANCEL_PRINT
gcode:
CLEAR_PAUSE
SDCARD_RESET_FILE
PRINT_END
BASE_CANCEL_PRINT