Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error when changing extruder #84

Closed
ssackett opened this issue Jul 16, 2023 · 4 comments
Closed

Fatal error when changing extruder #84

ssackett opened this issue Jul 16, 2023 · 4 comments

Comments

@ssackett
Copy link

I have a 12 gate ERCF. My Voron 2.4 has a single extruder and my GCode uses gates 1, 3, 5, 10 and 11. The GCode executes through the first layer but when it tries to start the second layer it experiences a fatal error that issues the message
"The value '11' is not valid for EXTRUDER". This is despite the fact that it had just finished using gate 11 which is mapped to extruder 11. This error first started happening after I cleared a non-fatal error, unlocked the ERCF and executed an ERCF_HOME. This error now occurs whenever I use the printer despite having done a cold boot and re-slicing the project. Klipper.log is attached.

klippy (24).log

@moggieuk
Copy link
Owner

Hi, this error is not part of Happy Hare. I believe it comes from the gcode parser in klipper. I suspect there is something in your gcode that is causing this. I would examine that and then type that command directly on the console and see what happens.

If you supplied the ercf.log I can tell you what Happy Hare is seeing...

@ssackett
Copy link
Author

ssackett commented Jul 26, 2023 via email

@moggieuk
Copy link
Owner

Thanks. I can't see why persistence_level in Happy Hare would make any difference because as I noted I confirmed that this error is generated by gcode.py in klipper. If you parsed the gcode file looking for "EXTRUDER11" or similar.

I'm going to close this issue since I'm 99.9% sure it is not Happy Hare, but please reopen if you learn more..

@ssackett
Copy link
Author

ssackett commented Aug 27, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants