Skip to content

Instantly share code, notes, and snippets.

@JohnScottUK
Created January 29, 2023 10:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnScottUK/3b5716705e5b11dd29f25558659fc53b to your computer and use it in GitHub Desktop.
Save JohnScottUK/3b5716705e5b11dd29f25558659fc53b to your computer and use it in GitHub Desktop.
Disable Power-loss recovery on 3D printer.
; https://www.reddit.com/r/ender3/comments/zc1ejz/ender_3_s1_pro_quick_tips_for_setup_from_an/
; Power-loss recovery writes the current state at the end of every layer. This
; can cause blobs. Save this gcode as a print and "print" it. Or use Octoprint/
; Pronterface to execute these commands to disable it.
M501; Load Saved Settings from EEPROM
M413 S0; Disable power-loss recovery
M500; Save Settings on EEPROM
M117 Power-loss Recovery DISABLED; Set the status line message on the LCD.
M118 Power-loss Recovery DISABLED; Send a message to the connected host.
G4 P1000 S1; 1 second pause to read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment