mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-15 23:12:08 +00:00
The Linux CI build fails at the encoding-check step: "Source file is valid UTF-8 but contains a BOM mark" These three files picked up a UTF-8 BOM (EF BB BF) during Windows-side merges/edits. Removed the BOM (first 3 bytes only); file contents and line endings are otherwise unchanged.