Files
OrcaSlicer/src/libslic3r/Print.cpp
ExPikaPaka d47b57af8a strip UTF-8 BOM from PrintConfig.cpp, Print.cpp, Tab.cpp
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.
2026-07-10 08:27:58 +02:00

245 KiB