mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Port Z Anti-Aliasing from BambuStudio-ZAA (https://github.com/adob/BambuStudio-ZAA) to OrcaSlicer. ZAA eliminates stair-stepping on curved and sloped top surfaces by raycasting each extrusion point against the original 3D mesh and micro-adjusting Z height to follow the actual surface geometry. Key changes: - Add ContourZ.cpp raycasting algorithm (~330 lines) - Extend geometry with 3D support (Point3, Line3, Polyline3, MultiPoint3) - Template arc fitting for 2D/3D compatibility - Change ExtrusionPath::polyline from Polyline to Polyline3 - Add 5 ZAA config options (zaa_enabled, zaa_min_z, etc.) - Add posContouring pipeline step in PrintObject - Update GCode writer for 3D coordinate output - Add ZAA settings UI in Print Settings > Quality - Add docs/ZAA.md with usage and implementation details ZAA is opt-in and disabled by default. When disabled, the slicing pipeline is unchanged.
47 lines
581 B
Plaintext
47 lines
581 B
Plaintext
Build
|
|
Build.bat
|
|
/build*/
|
|
CMakeLists.txt.user
|
|
**/CMakeLists.txt.autosave
|
|
deps/build*
|
|
MYMETA.json
|
|
MYMETA.yml
|
|
_build
|
|
blib
|
|
xs/buildtmp
|
|
*.o
|
|
*.log
|
|
MANIFEST.bak
|
|
xs/MANIFEST.bak
|
|
xs/assertlib*
|
|
.init_bundle.ini
|
|
.vs/*
|
|
local-lib
|
|
/src/TAGS
|
|
/.vscode/
|
|
/.vscode
|
|
build-linux/*
|
|
deps/build*/*
|
|
**/.DS_Store
|
|
install_*
|
|
build_*/
|
|
SVG
|
|
src/OrcaSlicer-doc/
|
|
.idea/
|
|
/.cache/
|
|
*.mo
|
|
**/process_full/
|
|
**/machine_full/
|
|
**/filament_full/
|
|
/deps/DL_CACHE/
|
|
/deps/DL_CACHE
|
|
**/.flatpak-builder/
|
|
resources/profiles/user/default
|
|
*.code-workspace
|
|
deps_src/build/
|
|
test.js
|
|
/.cache/
|
|
.clangd
|
|
internal_docs/
|
|
resources/nonplanar/
|