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

Nozzle Clean options #193

Open
gearsawe opened this issue Jun 2, 2019 · 2 comments
Open

Nozzle Clean options #193

gearsawe opened this issue Jun 2, 2019 · 2 comments

Comments

@gearsawe
Copy link

gearsawe commented Jun 2, 2019

Nozzle clean feature currently moves the Z position which is not needed in a system where the bed moves up and down. Is it possible to assign in the Configurations_Fearture.h
#define NOZZLE_CLEAN_END_POINT {100, 60, (Z_MIN_POS + 1)}
to replace the Z_MIN_POS with something like current Z Poistion with maybe an offset?

@MagoKimbra
Copy link
Member

But isn't the cleaning point on the plan?

@gearsawe
Copy link
Author

gearsawe commented Jun 2, 2019

My printer works like that of a Fortus printing system. My bed only moves up and down. no need to move the bed to a certain z position. The default Z_MIN_POS would cause the head to crash into what ever was printing. I would like to move the bed down 1mm from the current position. Like retraction. Then go to a cleaning position in the XY only.
I can probably do this all with a tools change script in Simplify3D. Just thought it might simplify things to have the printer handle the cleaning process rather than scripting all the movement in Simplify3D.

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