Skip to content

sw3defy/Creality-Helper-Script-K2-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creality K2 Plus - Helper Script

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.

Wiki & Documentation

https://sw3defy.github.io/Creality-Helper-Script-Wiki-K2-Plus/

Installation

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

Features

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

Requirements

  • Creality K2 Plus or K2 Plus Combo
  • Root SSH access enabled
  • SSH client (e.g. PuTTY on Windows)

Discussions & Support

Join the discussion

Support the Project

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors