-
Notifications
You must be signed in to change notification settings - Fork 18
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
Pause, power off, power on, then resume does not home z-axis #11
Comments
If it homed Z then it will crash into what is already been printed. |
Ok, but then there is no way I can resume printing this way. A solution would be to modify pause, so it stops on the same height or to have the option to change the position of the z-axis manually to the correct height. |
Pause does stop the printing where it is. If power is lost it will lose its position but assuming the Z has not changed then it can continue when power is restored, it just needs to home X+Y and Z will be set at the last position saved. You are not meant to turn off the printer midway though the print. This is a power failure recovery that lets you recover from a short term power outage. If the bed cools down too much the print will become detached from the bed making it impossible to continue. |
For me pause moves the head to parking position which is higher than the printed layer. |
It will move up to prevent a blob appearing on the print or melting it, and is usually used to quickly fix something that is about to go wrong or to change filament. it will return to the correct height when resumed. If you turn it off while paused is does not know it had been paused so continues to print at the same height. If you want to stop mid print it would be better to just turn off but stopping and resuming prints is not a good idea. Also resuming the print will start from the beginning of the last layer. If you stop it half way though it will go over what it has already printed when resumed leaving a thicker layer. |
I pause with the button in the menu and shut the printer down.
When I restart it, the printer detected a power outage and asks if I want to continue printing.
After heating, the x- and y-axis are homed, but z-axis is not and therefore it starts printing in the air.
The text was updated successfully, but these errors were encountered: