mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 13:32:44 +00:00
Each vendor's system presets are serialized into a <vendor>.opc cache that the app loads instead of parsing the profile JSONs, falling back to the parse whenever no cache covers what is installed. Shipped builds carry the caches instead of the raw profiles, installing and updating treat a vendor's cache as its installation, and the setup wizard loads through the same path. Per-platform scripts and CI generate the caches at build time; tests and a design doc cover the format and its validation.
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Shell scripts are run by Git Bash on Windows CI, which cannot read a script
|
|
# with CRLF line endings: it fails on the first line. Windows checkouts default
|
|
# to core.autocrlf=true, so keep these LF whatever the platform.
|
|
*.sh text eol=lf
|