-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Scrubber Clean Pattern #55
Comments
Hi there, so glad you like my work! This has been something I've been thinking about on & off, so I've posted a mini update to add this feature for you! I've added new features where you now have 2 different cleaning modes, For example you can have random movements on the X axis but on a single position on the Y axis. Or you can have simple full linear cleaning & not use any random movements. It also has a choice if your cleaner is along the Y axis instead of the X axis. To use please download & replace the previous versions: https://github.com/3DPrintDemon/Demon_Klipper_Essentials_Unified/blob/main/demon_clean_load_v1.8.cfg |
OMG!!! So cool. Super kind of you. Will this be incorporated in the next release or should I keep these in a safe place?. You rock!!! |
You’re most welcome! Let me know how you get on with the new feature. It’s seemed to work well on my Voron here. |
I am moving to a non-metal-brush option to clean my nozzle because I am integrating a Beacon probe into my Stealthburner. I have landed on this model:
[https://github.com/scheffield/nozzle-cleaner/tree/main?tab=readme-ov-file]
Currently, your macro moves the head in a random sequence on moves given the variables set by the user. With this scrubber I just need moves on the X axis and not on Y. I have set my variables this way:
If I set
variable_clean_min_y
andvariable_clean_max_y
to the same number to only move in X I get an error. I have set mine for now with a 1mm distance from each other. Is there a better way of using this scrubber?. Am I missing something?.I just need x movement back and forth several times with no randomness. Possible?
Here is the macro that this scrubber uses just in case it helps you:
clean_nozzle.cfg.zip
I love your macros!!!
The text was updated successfully, but these errors were encountered: