update libslic3r

This commit is contained in:
QIDI TECH
2025-07-08 20:00:47 +08:00
parent bafe693d0a
commit e0d447172c
64 changed files with 2958 additions and 712 deletions

View File

@@ -169,6 +169,8 @@ set(lisbslic3r_sources
GCode/Smoothing.hpp
GCode/CoolingBuffer.cpp
GCode/CoolingBuffer.hpp
GCode/TimelapsePosPicker.cpp
GCode/TimelapsePosPicker.hpp
GCode.cpp
GCode.hpp
GCodeReader.cpp
@@ -242,6 +244,8 @@ set(lisbslic3r_sources
ParameterUtils.hpp
PerimeterGenerator.cpp
PerimeterGenerator.hpp
OverhangDetector.hpp
OverhangDetector.cpp
PlaceholderParser.cpp
PlaceholderParser.hpp
Platform.cpp