Printer Model: Vcore 31
MCU / Printerboard: Octopus Pro 446 + EBB42 by USB klippy.log klippy.log (981.2 KB)
Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Hi
I reinstalled klipper, and when I almost had it I updated…
In your case the above explanation might not be fully sufficient because your issue is caused by the unofficial Klipper modifications (see the -dirty indication in the log).
As I did not had this issue myself so far, I’m not 100% sure what the best approach is. You can try:
Approach 1:
Revert all modifications coming from the Beacon, i.e. run a
git reset --hard master --
git pull
in your Klipper folder
Run make distclean && make menuconfig, build and flash a new firmware for all your MCUs, i.e. including EBBs, Linux Host MCU, CAN, etc.
Apply the relevant modification for the beacon as per Beacon’s instructions
Approach 2:
Revert all modifications coming from the Beacon, i.e. run a
git reset --hard master --
git pull
in your Klipper folder
Apply the relevant modification for the beacon as per Beacon’s instructions
Run make distclean && make menuconfig, build and flash a new firmware for all your MCUs, i.e. including EBBs, Linux Host MCU, CAN, etc.