-
Notifications
You must be signed in to change notification settings - Fork 25
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
Enable Power-loss Recovery #5
Comments
It enabled in Marlin_Inventor firmware because they use Z home at bottom ( Z-max endstop ) and after powerloss you can home again and restart printing, in our printers we can't goes to HOME position because we smash our model ( but we can disable "goes to home" on power-loss recovery ) and all looks ok ? but our table without power can goes lower... and in most cases your print be ruined on power-loss resume. But i can enabled it too |
@moonglow You are absolutely right. I never thought about it. But Yes, if the "goes home" can be disabled that'd be ideal.
can you imagine ☝️ scenario? |
You your build-plate goes down you can't goes to last know position because you can't know the current position without homing :( IMHO Better to change placement of Z end-stop ( also connect it to Z-max socket ) as it was in Inventor and use marlin_Inventor firmware, you also will get more height for building and better power-loss recovery |
right, I realized it, a negative homing works :P
that'd be tinkering with the hardware. this is not a novice job. I can do it but, do not want to tinker for the software to work. |
Now that we are out Flashforge, we can enable support for Power-loss recovery. Although, there might not be a full fledged support for power loss pin, marlin still supports a sd card based recovery albeit discouraged (in the docs) I think it should be beneficial.
config:
POWER_LOSS_RECOVERY
ref: https://marlinfw.org/docs/gcode/M413.html
personally, I would like it as they can disabled and enabled again when needed.
More here #3
The text was updated successfully, but these errors were encountered: