Basic Information:
Printer Model: Trident 300
MCU / Printerboard: BigTreeTech Octopus
Host / SBC: raspberry pi 3b
klippy.log.zip (796.6 KB)
KlipperScreen.log
Describe your issue:
…
Hi
I am getting the following error in the mainsail conesol. I can’t figure out what it means.
Conesole output error
SDCARD_RESET_FILE cannot be run from the sdcard
Exceeded maximum retries [5/5] klipper
And when I look in KlipperScreen log, it says that the following things do not exist. But I have checked and they exist.
And it also shows that there may be a future start error, regarding the module.
KlipperScreen.log warnings
Moonraker warnings:
[update_manager]:
Failed to load extension klipper_tmc_autotune:
Invalid path for option `path` in section [update_manager klipper_tmc_autotune]:
Path `/home/pi/klipper_tmc_autotune` does not exist
[update_manager]:
Failed to load extension klipper_auto_speed:
Invalid path for option `path` in section [update_manager klipper_auto_speed]:
Path `/home/pi/klipper_auto_speed` does not exist
Unparsed config option 'origin:
https:
//github.com/andrewmcgr/klipper_tmc_autotune.git' detected in section [update_manager klipper_tmc_autotune]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Unparsed config option 'managed_services:
klipper' detected in section [update_manager klipper_tmc_autotune]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Unparsed config option 'primary_branch:
main' detected in section [update_manager klipper_tmc_autotune]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Unparsed config option 'install_script:
install.sh' detected in section [update_manager klipper_tmc_autotune]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Unparsed config option 'origin:
https:
//github.com/anonoei/klipper_auto_speed.git' detected in section [update_manager klipper_auto_speed]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Unparsed config option 'primary_branch:
main' detected in section [update_manager klipper_auto_speed]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Unparsed config option 'install_script:
install.sh' detected in section [update_manager klipper_auto_speed]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Unparsed config option 'managed_services:
klipper' detected in section [update_manager klipper_auto_speed]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
Is it just a Klipper bug, or should I do something about it?
I ask because sometimes it won’t start a print and I have to restart the system to get it to start again.
I can find the following when I search in klippy.log
cat klippy.log | grep -i "dirty"
Git version: 'v0.12.0-358-gc88ee84be-dirty'
Git version: 'v0.12.0-358-gc88ee84be-dirty'
Git version: 'v0.12.0-358-gc88ee84be-dirty'
I’m new to this, and I’ve been told not to update Klipper unless I first check if the update is stable, as it can potentially break Klipper.
Will updating Klipper solve the problem, or do I need to reinstall Klipper completely, as mentioned in the Troubleshooting guide?
I’d prefer to wait a few days before updating, so I have time to fix any issues if something goes wrong.