mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-11 20:17:37 +00:00
Each vendor's system presets serialize into a single <vendor>.opc built at package time, and a shipped build carries that file alone — the profile JSON and its sub-file tree are pruned. The vendor loader, the setup wizard's profile list and the resource installer all read a vendor through its cache, falling back to parsing whenever one is absent, stale or unreadable, so the cache stays an optimization and never a source of truth. Caches hold presets in source form and resolve inheritance at load, through the same code the JSON path uses.
53 lines
643 B
Plaintext
53 lines
643 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/
|
|
*.no-debug.yml
|
|
resources/profiles/user/default
|
|
*.code-workspace
|
|
deps_src/build/
|
|
test.js
|
|
/.cache/
|
|
.clangd
|
|
internal_docs/
|
|
*.flatpak
|
|
/flatpak-repo/
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
*.opc
|