Tools Menu¶
Restore a Previous Firmware — K2 Plus¶
If a firmware update causes issues, you can restore a previous version using the same USB drive installation method.
Finding Previous Firmware¶
Previous K2 Plus firmware versions are available on Creality Cloud:
Creality Cloud — K2 Series Firmware
Download the .img file for the version you want to restore.
Procedure¶
-
Back up your Klipper config files first — firmware installation does not erase
/mnt/UDISK/printer_data/config/, but a factory reset (which you may need to do) will. -
Format a USB drive as FAT32 with 4096 allocation size.
-
Copy the
.imgfile to the root of the USB drive. -
Turn on the printer, plug in the USB drive from the home screen.
-
Accept the upgrade prompt and wait for completion.
-
After restart, re-enable root access: Settings → Root account information.
-
Reinstall the helper script and any features you had installed.
Helper Script Restore Tool¶
The helper script also provides a firmware restore option in the Tools Menu → Restore a previous Firmware. This requires an active SSH connection and a firmware file accessible from the printer.
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.
Reinstall required after reset
After a factory reset, root access must be re-enabled and all Helper Script features must be reinstalled from scratch.
Method 1 — SSH Command (Recommended)¶
Connect via SSH and run:
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.
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.
- Format a USB drive as FAT32.
- Create an empty file named
factory_reset(no extension) at the root of the drive. - Plug the USB drive into the front USB port while the printer is on.
- The factory reset executes at the next startup.
After Factory Reset Checklist¶
- Re-enable root access: Settings → Root account information
- Reconnect to WiFi: Settings → Network
- Run Self-check: Settings → Self-check
- Reinstall Helper Script: See Install Helper Script
- Reinstall all features from the Helper Script Install Menu
- Restore config backup if available