Emit Disable Power Loss Recovery #1386

Closed
opened 2026-04-05 17:32:05 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ianalexis on 12/10/2025

With #11582 the power loss recovery is only emitted if it's enabled but the main goal it's to force disable it.
In this PR:

imagen
  • Change the Boolean to a enum with:
    • Printer Setting: will not override the printer's config
    • Enable: Will enable the Power Loss Recovery
    • Disable: Will disable the PLR.
  • Improve description to match logic.
  • Use standard Full_gcode_comment section.
  • Removed links because i added it in the wiki.

What this feature does:

First Layer: it enables or disables the Power Loss Recovery (overwriting the firmware setting).
Middle layers: Normal printing
End print: If it was enabled it will disable the feature. I THINK THAT THIS IS NOT NEEDED AND WE SHOULD REMOVE IT.

*Originally created by @ianalexis on 12/10/2025* With #11582 the power loss recovery is only emitted if it's enabled but the main goal it's to force disable it. In this PR: <img width="736" height="593" alt="imagen" src="https://github.com/user-attachments/assets/ba38059b-dfa9-4818-96d1-067a67e581a0" /> - Change the Boolean to a enum with: - Printer Setting: will not override the printer's config - Enable: Will enable the Power Loss Recovery - Disable: Will disable the PLR. - Improve description to match logic. - Use standard Full_gcode_comment section. - Removed links because i added it in the wiki. What this feature does: First Layer: it enables or disables the Power Loss Recovery (overwriting the firmware setting). Middle layers: Normal printing End print: If it was enabled it will disable the feature. I THINK THAT THIS IS NOT NEEDED AND WE SHOULD REMOVE IT.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1386