-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[ENHANCEMENT] Do not move printhead up when loading filament is triggered by sensor #4115
Comments
Thanks for your feedback. As explained in issue #3532, there is a parameter in the firmware that defines the Z movements anytime this movement is required (for example for a filament change) and it will be possible to modify it in the future firmware version. When you insert filament, you are probably about to load it, and thanks to the automatic movement you won't be bothered by rising the Z axis manually to clean the nozzle after purging the new filament. This movement is most likely required when you insert filament. So, are you suggesting avoiding such movement in specific scenarios? Michele Moramarco |
Sorry it took so long to respond, totally forgot about it :)
That's great, currently I modify MIN_Z_FOR_LOAD & MIN_Z_FOR_UNLOAD in Configuration.h to disable it. Would be easier to use some gcode instead 👍 :)
First, I'm using a enclosure which has a ceiling about 5cm taller than the MK3S. I rarely encounter a case where the automatic raising would be beneficial to me. Even if you cancel a print on the first layer, the z-axis ends up about 4cm above the print bed. More than high enough to remove extruded filament. Unloading:
Personally I don't see the point of raising it automatically at all, for the few occasions it's needed, the long press on the dial & moving z-axis manually is fast enough for me. (That's my way of saying, please make configuring 0mm a option when you implement the gcode param :) ) But in general I think it would be a good solution to wait with the raising movement after the filament is loaded and execute it just before the filament extrusion starts. That way the users hand would already be away from the print head when automatic raising is happening. Cheers! |
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
This issue has been closed due to lack of recent activity. |
Printer type - MK3S
Currently the printhead is moved up when you insert filament and the filament sensor is active. I get that this can be an advantage if the menu "Load Filament" is used. But when you insert it by hand and it's triggered by the filament sensor this doesn't bring any advantage; The filament is already in the printhead, better clearance is not needed anymore.
The printhead moving on it's own while someones hand is touching it, scared anyone I introduced to this printer so far. They don't like that parts are moving without warning while their hands are in "harms way".
I deactivated it myself and compiled my own firmware, but I think it's probably worth discussing if this should happen or if it could only be triggered when "Load Filament" is used via the LCD menu.
The text was updated successfully, but these errors were encountered: