mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-26 01:28:37 -07:00
/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)
|
||
|---|---|---|
| .. | ||
| dev-utils | ||
| libslic3r | ||
| slic3r | ||
| CMakeLists.txt | ||
| OrcaSlicer.cpp | ||
| OrcaSlicer.hpp | ||
| OrcaSlicer_app_msvc.cpp | ||