OrcaSlicer/src
Bastien Nocera 46abd03bde FIX: Fix missing fmod declaration
/run/build/BambuStudio/src/slic3r/GUI/EncodedFilament.hpp: In function ‘Slic3r::ColourHSV Slic3r::wxColourToHSV(const wxColour&)’:
/run/build/BambuStudio/src/slic3r/GUI/EncodedFilament.hpp:41:25: error: ‘fmod’ was not declared in this scope
   41 |             h = 60.0 * (fmod(((g - b) / delta), 6.0));
      |                         ^~~~

(cherry picked from commit 625b661f292fdac9b337365b6792c959f6df59ff)
2025-10-01 15:47:37 +08:00
..
dev-utils Fix build error caused by cyclic include 2025-09-21 13:48:03 +08:00
libslic3r FIX: only detect wrapping area when enable wrapping 2025-09-30 15:32:44 +08:00
slic3r FIX: Fix missing fmod declaration 2025-10-01 15:47:37 +08:00
CMakeLists.txt Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
OrcaSlicer.cpp ENH: add wrapping detection 2025-09-30 15:32:44 +08:00
OrcaSlicer.hpp Mdel preview renders the actual colors of the filaments based on the filaments currently loaded in the AMS 2024-06-16 17:15:51 +08:00
OrcaSlicer_app_msvc.cpp clean up 2023-08-09 13:42:41 +08:00