BambuStudio/src/libslic3r/Support
Bastien Nocera c64ab8c08a libslic3r: Fix format calls
src/libslic3r/Support/TreeSupport.cpp:3204:41: error: ‘format’ was not declared in this scope; did you mean ‘boost::format’?
 3204 |             BOOST_LOG_TRIVIAL(trace) << format("plan_layer_heights0 (%.2f,%.2f)->(%.2f,%.2f): ", z1, h1, z2, h2);
      |                                         ^~~~~~
      |                                         boost::format
2024-10-28 08:33:48 +08:00
..
SupportCommon.cpp FIX: support wall count doesn't work 2024-10-15 15:50:26 +08:00
SupportCommon.hpp FIX: support wall count doesn't work 2024-10-15 15:50:26 +08:00
SupportLayer.hpp FIX: organic support doesn't work with raft 2023-11-09 10:09:10 +08:00
SupportMaterial.cpp ENH: add rectilinear interface pattern for organic support 2024-10-15 15:50:26 +08:00
SupportMaterial.hpp ENH: add rectilinear interface pattern for organic support 2024-10-15 15:50:26 +08:00
SupportParameters.hpp ENH: precise tree support wall count 2024-10-15 15:50:26 +08:00
TreeModelVolumes.cpp FIX: organic support may crash with some model 2024-04-23 20:07:49 +08:00
TreeModelVolumes.hpp FIX: organic support may crash with some model 2024-04-23 20:07:49 +08:00
TreeSupport.cpp libslic3r: Fix format calls 2024-10-28 08:33:48 +08:00
TreeSupport.hpp FIX: fix hybrid tree support may go outside plate 2024-10-15 15:50:26 +08:00
TreeSupport3D.cpp ENH: clip the organic supports outside bed 2024-10-15 15:50:26 +08:00
TreeSupport3D.hpp ENH: improve hybrid tree support 2024-10-15 15:50:26 +08:00
TreeSupportCommon.hpp ENH: add rectilinear interface pattern for organic support 2024-10-15 15:50:26 +08:00