Changelog
29/05/2024
- Updated script to 6.2.0:
- Added
Screws Tilt Adjust Support
for KE Series (thanks to foresterr). - Minnor fixes.
- Added
19/05/2024
- Updated script to 6.1.0:
- Added links for firmware V1.3.3.29 for K1 Series.
- Added links for firmware V1.2.1.13 for KE Series.
- Updated Wiki accordingly.
01/05/2024
- Updated script to 6.0.0:
- Added support for Ender-3 V3.
- Added
Nebula Camera Settings Control
support for Ender-3 V3 and KE Series. - Added
USB Camera Support
to use third-party camera (thanks to destinal). - Now possible to install
Camera Settings Control
on K1 Series with the new hardware version of the camera if you have installedUSB Camera Support
. - Added possibility to install Nightly or Release builds with
Guppy Screen
. - Added possibility to reload Creality cameras with
RELOAD_CAMERA
macro when installingUseful Macros
to restore a disconnected camera without needing to restart the printer (thanks to jattie-ire). - Reworked
Git Backup
install process. - Improved
Klipper Adaptive Meshing & Purging
with new prompt macros. You can now define the type of bed mesh and the type of purge line to use. - Removed
Virtual Pins
from Install/Remove menus, it now installed withKlipper Adaptive Meshing & Purging
. - Updated
M600 Support
macros with new prompt macros. - Updated
Fans Control Macros
feature. - Change in
Buzzer Support
macro to have one beep per command. - Fixed
WARMUP
macro error withUseful Macros
feature. - Minnor fixes.
- Updated Wiki accordingly.
13/04/2024
- Updated
GuppyFLO
install process to save and restore existing configuration when updating.
11/04/2024
- Added possibility to define branch name when installing
Git Backup
(thanks to 3DPrintingGeek).
08/04/2024
- Added new Change Date & Time section.
06/04/2024
- Updated Mobileraker Companion section for new GuppyFLO version 0.0.6.
01/04/2024
- Updated GuppyFLO and Mobileraker Companion sections for new GuppyFLO version 0.0.5.
31/03/2024
- Updated script to 5.3.0 to add support for
SimplyPrint
. See new section on wiki here.
30/03/2024
- Updated script to 5.2.0 to add support for
OctoApp Companion
(Thanks to crysxd). See new section on wiki here.
27/03/2024
- Updated GuppyFLO section to add configuration for camera.
23/03/2024
- Updated script to 5.1.0 to add support for
GuppyFLO
. See new section on wiki here.
21/03/2024
- Updated Wiki with new 1.3.3.8 Creality firmware.
11/03/2024
- Updated script to 5.0.1 to fix Mainsail on port 80 when removing Creality Web Interface.
10/03/2024
Warning
Due to many changes in files, it's necessary to reset factory settings before using script!
- New Wiki.
- New script version 5.0.0:
- Ended support for old firmwares (only support 1.3.3.5 and above for K1 Series and 1.1.0.12 and above for KE Series).
- Added support for Creality KE printers (for compatible features).
- Code completely rewritten.
- Now installed in /usr/data/helper-script and it completely offline (except for downloading official builds).
- Updates can be done when the script is started or from the Update Manager on Web interfaces.
- All files are symbolic links, allowing you to always have the latest versions if they are updated after a script update.
Supervisor Lite
andHost Control Support
are now installed with Moonraker.- Fixed loops in
WARMUP
macro when installingUseful Macros
. - Added support for
Klipper Virtual Pins
. This allows usage of virtual (simulated) pins in Klipper configurations. - Added support for
Git Backup
. This allows to watch Klipper configuration folder and automatically backup to GitHub whenever a change is made in that directory. - Added support for new
Mobileraker Companion
installation and can be updated from Update Manager. - Added
M600 Support
. This allows to use M600 command in your slicer to change filament. - Added possibility to Backup & Restore Moonraker database in
[Backup & Restore] Menu
. - Added
Fix Printing Gcode files from Folder
in[Tools] Menu
. - Added possibility to update Entware packages in
[Tools] Menu
. - Added possibility to enable Camera settings in Moonraker in
[Tools] Menu
. - Added possibility to backup and restore Klipper configuration files and Moonraker database with macros when installing
Useful Macros
. - Added possibility to Reset Factory Settings directly from the script in
[Tools] Menu
. Reset from WebSocket connection with html file is not needed anymore.
- KAMP is now integrated in Helper Script (repo has been removed) with this changes:
- Removed not used settings.
- Removed blob purge and replaced by classic line purge when KAMP purge is not possible.
- Improved
START_PRINT
macro, you can now disable KAMP withKAMP
button on Web interfaces.
When KAMP is enabled: A bed mesh named "kamp" is created and loaded to use adaptative bed mesh.
When KAMP is disabled: A bed mesh named "default" is created and loaded to use classic calibration (full bed mesh), you can also disable bed leveling before print withBED_LEVELING
button on Web interfaces (it have no effect when KAMP is enabled).