Skip to main content

Power-Off Shutdown and Power-Loss Resume Printing

Important Notes
  • Power-Off Shutdown and Power-Loss Resume Printing are mutually exclusive and cannot be enabled simultaneously.
  • If only the Power-Off Shutdown function is enabled, the Power-Loss Resume Printing function cannot be used.
  • Power-Loss Resume Printing requires Klipper to maintain a normal connection. After the function is triggered, the system will automatically enter the shutdown process.

Feature Configuration

Configure Power-Off Shutdown

Enter Device Configuration

  1. Enter the device IP address in the browser address bar, for example http://<device_ip>/.
  2. Show hidden files.
    • Fluidd: Uncheck "Filter hidden files and folders".
    • Mainsail: Check "Show hidden files".

Fluidd hidden file settings:

Loading...

Mainsail hidden file settings:

Loading...

Modify the Configuration File

  1. Find and enter the .flyos-config folder.
  2. Open the sys-config.conf file. This file is a symlink to config.txt on the FlyOS-Conf disk.
Loading...
  1. Find the shutdown_pin_state and shutdown_pin configuration items, and modify them to:
shutdown_pin_state=1
shutdown_pin=<shutdown_gpio>
  1. Ensure shutdown_pin=none has been deleted or commented out.
  2. Save the modified configuration file and restart the system.
Loading...
Loading...