- Adds optional whole-object Local-Z support for mixed wall regions instead of limiting Local-Z strictly to painted mixed zones.

- Adds an experimental direct multicolor Local-Z solver with carry-over error for 3+ color mixed rows, reducing pair-cadence banding.
This commit is contained in:
Rad
2026-04-20 04:59:50 +02:00
parent 66a14b1724
commit 01c609a083
17 changed files with 646 additions and 72 deletions

View File

@@ -10,8 +10,8 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "0")
endif()
set(Snapmaker_VERSION "0.9.7")
set(FULLSPECTRUM_VERSION "0.9.7")
set(Snapmaker_VERSION "0.9.8")
set(FULLSPECTRUM_VERSION "0.9.8")
set(MIN_FIRM_VER "1.0.0")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})