Skip to content

Reset Factory Settings — K2 Plus

A factory reset wipes all user data and returns the printer to its out-of-box state. Use this before installing a new firmware version or when troubleshooting persistent issues.

This is irreversible

A factory reset permanently deletes all data under /mnt/UDISK/. Back up your Klipper config files first.

tar -czf /tmp/config_backup.tar.gz -C /mnt/UDISK/printer_data config/
scp root@<printer-ip>:/tmp/config_backup.tar.gz ./

Reinstall required after reset

After a factory reset, root access must be re-enabled and all Helper Script features must be reinstalled from scratch.


Connect via SSH and run:

echo "all" | nc -U /var/run/wipe.sock

The printer restarts automatically with all settings reset.

Reconnect to your WiFi network from Settings → Network after restarting.


Method 2 — SSH with Helper Script

Note

Only available if the Helper Script is already installed.

/etc/init.d/S58factoryreset reset

This preserves user preferences and network settings while resetting printer configuration.


Method 3 — USB Drive

Useful if the printer is not connected to the network or SSH is not available.

  1. Format a USB drive as FAT32.
  2. Create an empty file named factory_reset (no extension) at the root of the drive.
  3. Plug the USB drive into the front USB port while the printer is on.
  4. The factory reset executes at the next startup.

After Factory Reset Checklist

  1. Re-enable root access: Settings → Root account information
  2. Reconnect to WiFi: Settings → Network
  3. Run Self-check: Settings → Self-check
  4. Reinstall Helper Script: See Install Helper Script
  5. Reinstall all features from the Helper Script Install Menu
  6. Restore config backup if available