-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Add klipper_estimator support #914
base: master
Are you sure you want to change the base?
Conversation
b668132
to
f6c8856
Compare
…mator Signed-off-by: Nelson Graça <[email protected]>
The moonraker component was downloaded from Arksine/moonraker#914 and the estimator from https://github.com/Annex-Engineering/klipper_estimator/releases/download/v3.7.3/klipper_estimator_rpi Signed-off-by: Sven Eckelmann <[email protected]>
fix plugin config doc Co-authored-by: CharlemagneLasse <[email protected]>
sorry for the ping @Arksine but is there any chance this will be merged? |
[self.ke_exec, "--config_moonraker_url", self.url, "post-process", | ||
f"\"{path}\""]) | ||
logging.info(f"Running {cmd}") | ||
timeout = 10. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
During my experimentations, I've noticed that the rpi4 is often not able to process the gcode files in 10 seconds. I've now increased it for me to 120s inside the code. Not sure if it would be better to make it configurable from the outside.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's worth adding as a config, I'll add it.
Added the ability to pipe gcode through klipper_estimator.
Related feature request: #481