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

Add klipper_estimator support #914

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nelsongraca
Copy link

@nelsongraca nelsongraca commented Oct 22, 2024

Added the ability to pipe gcode through klipper_estimator.

Related feature request: #481

@nelsongraca nelsongraca force-pushed the master branch 3 times, most recently from b668132 to f6c8856 Compare October 23, 2024 00:52
@nelsongraca nelsongraca marked this pull request as ready for review October 24, 2024 21:59
ecsv added a commit to ecsv/qidi_x-max_klipper that referenced this pull request Nov 3, 2024
fix plugin config doc

Co-authored-by: CharlemagneLasse <[email protected]>
@nelsongraca
Copy link
Author

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.

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.

Copy link
Author

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.

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

Successfully merging this pull request may close these issues.

2 participants