Releases: bassamanator/Sovol-SV06-firmware
Releases · bassamanator/Sovol-SV06-firmware
Klipper-Adaptive-Meshing-Purging (KAMP) incorporated
Printers
- Sovol SV06
Sovol SV06 Skr-Mini-E3-V3.0Sovol SV06 Plus
Will push to all other branches after testing in develop
is successful.
Changelog
- Imports in printer.cfg adjusted.
- KAMP can be enabled/disabled from within
[gcode_macro _globals]
; enabled by default only in this release/branch. - Other minor code cleanup.
Installation
- Standard instructions in
master
README.md
can be followed, however, relevant code lives in thedevelop
branch, be sure to pull the correct branch.
Improvements to PRINT_START macro.
Changelog:
PRINT_START
changes: Adjusted homing and heating sequences to save time, and prevent oozing.printer.cfg
changes: Increasedmicrosteps: 128
to reduce VFAs. Also addedsquare_corner_velocity: 8.0
, this value was pulled from Marlin settings.
Incremental improvements to `PRINT_END` and `PURGE_LINE` macros.
Changelog:
PRINT_END
macro adjusted to use slightly slower speeds to deal with the case where the print volume was large enough to effect travel speeds.PURGE_LINE
marco is now printer agnostic. Purge line is now printed along the x-axis.- Other minor code cleanup.