A menu-driven helper script for the Creality K2 Plus and K2 Plus Combo (with CFS).
Forked and adapted from the excellent Guilouz Creality Helper Script - rebuilt from the ground up for the K2 Plus architecture.
https://sw3defy.github.io/Creality-Helper-Script-Wiki-K2-Plus/
Connect to your K2 Plus via SSH, then run:
python3 -c "import urllib.request; urllib.request.urlretrieve('https://github.com/sw3defy/Creality-Helper-Script-K2-Plus/archive/refs/heads/main.zip', '/tmp/helper.zip')"
python3 -c "import shutil; shutil.unpack_archive('/tmp/helper.zip', '/tmp/')"
cp -r /tmp/Creality-Helper-Script-K2-Plus-main/* /mnt/UDISK/helper-script/
chmod +x /mnt/UDISK/helper-script/helper.sh
sh /mnt/UDISK/helper-script/helper.sh| Option | Feature |
|---|---|
| 1 | Moonraker Extensions & Update Manager |
| 2 | Fans Control Macros |
| 3 | Useful Macros (START_PRINT / END_PRINT) |
| 4 | Save Z-Offset Macros |
| 5 | M600 Filament Change Support |
| 6 | KAMP (Klipper Adaptive Meshing & Purging) |
| 7 | Improved Shapers Calibrations |
| 8 | Fluidd (install/update/repair - port 4408) |
| 9 | Mainsail (install/update/repair - port 4409) |
| 10 | Moonraker Timelapse |
| 11 | Camera Support for Fluidd and Mainsail (WebRTC via go2rtc) |
| 12 | HelixScreen (modern touchscreen UI) |
| 13 | OctoEverywhere |
| 14 | Mobileraker Companion |
| 15 | Entware Package Manager |
| 16 | Git Backup |
- Creality K2 Plus or K2 Plus Combo
- Root SSH access enabled
- SSH client (e.g. PuTTY on Windows)
- Guilouz - Original Creality Helper Script for K1 Series
- DnG-Crafts - K2 camera WebRTC discovery
- vsevolod-volkov - Entware on K2 Plus (wget shim solution)
- AlexxIT/go2rtc - Stream conversion software
- prestonbrown/HelixScreen - Modern touchscreen UI for Klipper
- Klipper - 3D printer firmware
- Moonraker - API server
- Fluidd - Web interface
- Mainsail - Web interface
- KAMP - Adaptive meshing
- Material for MkDocs - Wiki theme