Merge Snapmaker v2.3.0 and fix OpenVDB clang patch#66
Open
cguagenti wants to merge 123 commits intoratdoux:mainfrom
Open
Merge Snapmaker v2.3.0 and fix OpenVDB clang patch#66cguagenti wants to merge 123 commits intoratdoux:mainfrom
cguagenti wants to merge 123 commits intoratdoux:mainfrom
Conversation
…og may crash bug.
…he file Complete path is valid.
feature add donwload func for module station
feature add tips for import failed.
feature update data for Format.
feature update download file and open it function for web.
feature fix build failed bug.
fix linux build failed bug.
* Optimize: extruder_filament_map
* Fix: {print_time}
feature code format.
feature update flutter resource.
fix build the mac os failed question.
feature update flutter resource.
feature add profile and remove some not work code
fix modify machine and switch page bug
feature update flutter resource
feature update version info.
feature remove the preset tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This updates FullSpectrum to Snapmaker Orca v2.3.0 and includes a follow-up fix for OpenVDB clang patch application.
The merge pulls in the upstream v2.3.0 changes across the app, web assets, presets, packaging, and build scripts, and the follow-up commit fixes the OpenVDB CMake patch step so clang-based builds continue to apply the patch correctly.
Why
FullSpectrum was behind Snapmaker v2.3.0.
Bringing that release over keeps the fork aligned with the latest upstream Snapmaker changes, and the OpenVDB patch fix addresses a build issue introduced by the dependency sync.
What changed
deps/OpenVDB/OpenVDB.cmakeNotes
Most of this PR comes from the upstream Snapmaker v2.3.0 merge commit, so GitHub will show a large imported diff/history.
The only follow-up FullSpectrum-specific change on top of that merge is the OpenVDB patch application fix.
I've built and tested under macOS Tahoe 26.3.1 and worked fine. I did not test the actual filament so would be great if someone from community could test that
Test Plan