https://torte71.github.io/InsideSovolKlipperScreen/sovol_mods.html
Please note that this is just work-in-progress.
The changes listed here may not be complete and are just quickly tested.
Thanks to Vasyl Gontar for his additions/corrections to this list.
makerbase-auto-fresh.servicemakerbase-beep.servicemakerbase-byid.servicemakerbase-timezone-monitor.servicemakerbase-soft-shutdown.serviceklipper/lib/hidflash/root/system_deb/*.deb and reboot/root/bootsplash.armbian and reboot./printer_data/gcodes/USB)armbian-update.deb from automount to /home/mks, then install and rebootserial: from section [mcu] in home/mks/printer_data/config/printer.cfg/boot/wpa_supplicant-wlan0.conf (if existing) into /etc/wpa_supplicant//home/mks/target_timezone.txt/home/mks/target_timezone.txt#1: Somewhere at the beginning:
[include plr.cfg]
#2: At the start of “[gcode_macro CANCEL_PRINT]”, after “gcode:”:
SAVE_VARIABLE VARIABLE=was_interrupted VALUE=False
RUN_SHELL_COMMAND CMD=clear_plr
clear_last_file
G31
#3: Before the “SAVE_CONFIG” section:
[gcode_macro PRINT_START]
gcode:
SAVE_VARIABLE VARIABLE=was_interrupted VALUE=True
[gcode_macro PRINT_END]
gcode:
SAVE_VARIABLE VARIABLE=was_interrupted VALUE=False
RUN_SHELL_COMMAND CMD=clear_plr
clear_last_file
Back to start