Skip to main content

Power-Off Shutdown and Power-Loss Resume

Important Notes
  • Power-off shutdown and power-loss resume functionalities are mutually exclusive and cannot be enabled simultaneously.
  • If only power-off shutdown is enabled, the power-loss resume function cannot be used.
  • Power-loss resume requires Klipper to maintain a normal connection. Once the function is triggered, the system will automatically enter the shutdown process.

Function Configuration

Configuring Power-Off Shutdown

Accessing 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...

Modifying Configuration File

  1. Locate and enter the .flyos-config folder.
  2. Open the sys-config.conf file. This file is a symbolic link to config.txt in 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 that shutdown_pin=none has been deleted or commented out.
  2. Save the modified configuration file and restart the system.
Loading...
Loading...