v0.8 Pre-release
EXPERIMENTAL BUILD - LIMITED TESTING
Based on Snapmaker Orca v2.2.4
v0.8 full spectrum pre-release focuses on filament mixer color accuracy and Linux AppImage packaging.
This has had limited testing on the Snapmaker U1 via the community.
What's New in v0.8
Filament Mixer Color Blending (v0.8)
- Replaced the legacy RYB blend path with FilamentMixer.
- Updated mixed-filament preview/display color computation to use FilamentMixer interpolation.
- Improved mixed-filament color consistency for generated combinations.
- Retained legacy RYB conversion helpers in code as reference.
Linux AppImage Packaging (new in v0.8)
- Added Linux release artifact:
Snapmaker_Orca_Linux_V2.2.4.AppImage. - AppImage is now the primary Linux release artifact for end users.
- Current Linux build target is
x86_64. - Current runtime baseline is glibc
2.38+. Snapmaker_Orca.tarremains available as an advanced/manual fallback.
Installation
Windows
- Download
Snapmaker_Orca_FullSpectrumV0.8-alpha-Windows.zip. - Extract to a folder.
- Run the executable.
macOS
- Download Snapmaker_Orca_FullSpectrumV0.8-alpha-MacOS-arm64.zip.
- If the release asset is a
.zip, unzip it first. - Open the
.dmg. - Drag
Snapmaker_Orca.appintoApplications. - Launch the app from
Applications.
Linux (AppImage)
- Download
Snapmaker_Orca_FullSpectrumV0.8-alpha-Linux.AppImage. - Run
chmod +x Snapmaker_Orca_FullSpectrumV0.8-alpha-Linux.AppImage. - Run
./Snapmaker_Orca_FullSpectrumV0.8-alpha-Linux.AppImage.
Warning
- Use at your own risk.
- May produce incorrect G-code in edge cases.
- Mixed-filament behavior is still experimental in some scenarios.
- This release has had limited real-printer validation.
Features Not Yet Fully Tested
- Linux AppImage behavior across all desktop environments/distributions.
- Mixed-filament visual color matching across different filament brands/materials.
Known Issues
- Older Linux distributions may fail to run this AppImage due to glibc mismatch.
- Some systems may require
libfuse2for AppImage execution. - On-screen color blend preview may not exactly match physical print results.
Credits
- FilamentMixer color blending integration is powered by the FilamentMixer library by justinh-rahb.
- Library repository: https://github.com/justinh-rahb/filament-mixer.