mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 19:47:43 +00:00
- 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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user