BambuStudio/src/libslic3r
Bastien Nocera 55addc7af6 libslic3r: Fix missing assert() definition
FAILED: src/libslic3r/CMakeFiles/libslic3r.dir/ParameterUtils.cpp.o
/usr/bin/c++ -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_NO_LIB -DBOOST_LOCALE_NO_LIB -DBOOST_LOG_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_NO_LIB -DHAVE_FREETYPE -DHAVE_OPENGL_EXT -DHAVE_XLIB -DLIBNEST2D_GEOMETRIES_libslic3r -DLIBNEST2D_OPTIMIZER_nlopt -DLIBNEST2D_STATIC -DLIBNEST2D_THREADING_tbb -DOCC_CONVERT_SIGNALS -DOPENVDB_OPENEXR_STATICLIB -DOPENVDB_STATICLIB -DSLIC3R_GUI -DTBB_USE_CAPTURED_EXCEPTION=0 -DUNICODE -DUSE_TBB -DWXINTL_NO_GETTEXT_MACRO -D_UNICODE -DwxNO_UNSAFE_WXSTRING_CONV -DwxUSE_UNICODE -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/run/build/BambuStudio/src -I/run/build/BambuStudio/build/src/platform -I/run/build/BambuStudio/src/libslic3r -I/run/build/BambuStudio/build/src/libslic3r -I/run/build/BambuStudio/deps/build/destdir/usr/local/include/opencascade -I/run/build/BambuStudio/src/libnest2d/include -I/run/build/BambuStudio/src/miniz -I/run/build/BambuStudio/src/glu-libtess/include -I/run/build/BambuStudio/src/clipper2/Clipper2Lib/include -isystem /run/build/BambuStudio/src/eigen -isystem /run/build/BambuStudio/src/libigl -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include/OpenEXR -std=gnu++20 -fext-numeric-literals -Wall -Wno-reorder -O3 -DNDEBUG -std=gnu++17 -fPIC -fsigned-char -Werror=return-type -Wno-ignored-attributes -Wno-unknown-pragmas -DOPENVDB_ABI_VERSION_NUMBER=8 -MD -MT src/libslic3r/CMakeFiles/libslic3r.dir/ParameterUtils.cpp.o -MF src/libslic3r/CMakeFiles/libslic3r.dir/ParameterUtils.cpp.o.d -o src/libslic3r/CMakeFiles/libslic3r.dir/ParameterUtils.cpp.o -c /run/build/BambuStudio/src/libslic3r/ParameterUtils.cpp
/run/build/BambuStudio/src/libslic3r/ParameterUtils.cpp: In function ‘std::vector<std::pair<std::pair<int, int>, std::vector<int> > > Slic3r::get_other_layers_print_sequence(int, const std::vector<int>&)’:
/run/build/BambuStudio/src/libslic3r/ParameterUtils.cpp:11:5: error: ‘assert’ was not declared in this scope
   11 |     assert(sequence.size() % sequence_nums == 0);
      |     ^~~~~~
/run/build/BambuStudio/src/libslic3r/ParameterUtils.cpp:2:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
    1 | #include "ParameterUtils.hpp"
  +++ |+#include <cassert>
    2 |
2024-04-01 08:54:23 +08:00
..
Arachne ENH: fix another assert in wall generator 2023-07-07 17:29:08 +08:00
CSGMesh ENH: output the part name that causes mesh boolean failure 2024-03-25 15:29:19 +08:00
Execution Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Fill FIX: allow changing ironing angle. 2023-11-01 09:11:19 +08:00
Format ENH:support jumping from project to makerworld 2024-03-25 15:29:19 +08:00
GCode FIX: wrong role cache in wipe tower 2024-03-25 15:29:19 +08:00
Geometry NEW:add measure gizmo new files 2024-03-25 15:29:19 +08:00
Optimize Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SLA FIX: A mesh with overlapping faces cannot be painted 2023-04-17 15:39:02 +08:00
Shape libslic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
Support ENH: speedup tree support generation 2024-03-25 15:29:19 +08:00
AABBMesh.cpp NEW: add boolean in export stl 2023-07-07 17:25:51 +08:00
AABBMesh.hpp NEW: add boolean in export stl 2023-07-07 17:25:51 +08:00
AABBTreeIndirect.hpp ENH: speed gcode export up again 2023-04-17 15:39:02 +08:00
AABBTreeLines.hpp ENH: speed gcode export up again 2023-04-17 15:39:02 +08:00
AStar.hpp NEW: path planning algorithm 2023-11-01 09:33:21 +08:00
AnyPtr.hpp NEW: add boolean in export stl 2023-07-07 17:25:51 +08:00
AppConfig.cpp NEW:revert hms error code 2024-03-25 15:29:19 +08:00
AppConfig.hpp ENH:remember filament custom color 2024-03-25 10:42:29 +08:00
ArcFitter.cpp Fix Slic3r::Polyline and Slic3r::MultiPoint declarations 2023-12-15 09:58:21 +08:00
ArcFitter.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Arrange.cpp FIX: low-level NFP bug with auto-arranging 2024-03-25 10:42:29 +08:00
Arrange.hpp FIX: low-level NFP bug with auto-arranging 2024-03-25 10:42:29 +08:00
BlacklistedLibraryCheck.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BlacklistedLibraryCheck.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BoundingBox.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BoundingBox.hpp NEW: add plate name 2023-07-07 17:25:51 +08:00
BridgeDetector.cpp ENH: improve bridge direction detection 2023-04-17 15:39:02 +08:00
BridgeDetector.hpp ENH: improve bridge direction detection 2023-04-17 15:39:02 +08:00
Brim.cpp Fix missing BOOST_LOG_TRIVIAL declaration 2023-12-15 09:58:21 +08:00
Brim.hpp FIX: fitst layer bbox was wrong for multiple plates 2023-07-07 17:52:43 +08:00
BuildVolume.cpp Fix its_make_cube() not declared in scope 2023-12-15 09:58:21 +08:00
BuildVolume.hpp ENH: add a new support style "Tree Organic" 2023-11-01 09:33:21 +08:00
CMakeLists.txt ENH: add customize other layers print sequence 2024-03-25 15:29:19 +08:00
Calib.cpp ENH: QoL: improve PA Line method 2024-03-25 10:42:29 +08:00
Calib.hpp ENH: QoL: improve PA Line method 2024-03-25 10:42:29 +08:00
Channel.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Circle.cpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
Circle.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Clipper2Utils.cpp ENH: add clipper2 for preparing 2022-12-15 04:33:48 -05:00
Clipper2Utils.hpp ENH: add clipper2 for preparing 2022-12-15 04:33:48 -05:00
ClipperUtils.cpp ENH: accurate top z distance for tree support 2024-03-25 15:29:19 +08:00
ClipperUtils.hpp ENH: accurate top z distance for tree support 2024-03-25 15:29:19 +08:00
Color.cpp NEW:add measure gizmo new files 2024-03-25 15:29:19 +08:00
Color.hpp NEW:add measure gizmo new files 2024-03-25 15:29:19 +08:00
Config.cpp ENH: skip more print_host related info 2024-03-25 15:29:19 +08:00
Config.hpp FIX: filament override is not correct 2023-11-01 09:33:21 +08:00
CurveAnalyzer.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
CurveAnalyzer.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
CustomGCode.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
CustomGCode.hpp ENH: add load_model_objects_and_custom_gcodes 2023-11-01 09:11:19 +08:00
CutUtils.cpp FIX:repairing models during cutting allows cancellation 2024-03-25 15:29:19 +08:00
CutUtils.hpp ENH:add "reset function" in cutTongueAndGroove mode 2024-03-25 10:42:29 +08:00
EdgeGrid.cpp ENH: fix for STUDIO-881 2023-04-17 15:39:02 +08:00
EdgeGrid.hpp ENH: fix for STUDIO-881 2023-04-17 15:39:02 +08:00
ElephantFootCompensation.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ElephantFootCompensation.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ExPolygon.cpp FIX: avoid arrange to nonprefered region 2023-04-17 15:39:02 +08:00
ExPolygon.hpp FIX: avoid arrange to nonprefered region 2023-04-17 15:39:02 +08:00
ExPolygonCollection.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ExPolygonCollection.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Exception.hpp ENH: merge all error when multi obj have empty layer 2023-07-07 17:25:51 +08:00
Extruder.cpp ENH: add back use_relative_e for third party printer 2023-07-07 17:29:08 +08:00
Extruder.hpp ENH: add back use_relative_e for third party printer 2023-07-07 17:29:08 +08:00
ExtrusionEntity.cpp FIX: crash while use conditional scarf 2024-03-25 15:29:19 +08:00
ExtrusionEntity.hpp ENH: Merge Scarf seam method from orca 2024-03-25 15:29:19 +08:00
ExtrusionEntityCollection.cpp FIX: handling for some memory leak 2023-11-01 09:33:21 +08:00
ExtrusionEntityCollection.hpp ENH: increase grid infill's strength 2023-07-07 17:25:51 +08:00
ExtrusionSimulator.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ExtrusionSimulator.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
FaceDetector.cpp Fix std::unordered_set declaration 2023-12-15 09:58:21 +08:00
FaceDetector.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
FileParserError.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Flow.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Flow.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
FlushVolCalc.cpp NEW:reducing purge through retracting filament 2024-03-25 15:29:19 +08:00
FlushVolCalc.hpp ENH: CLI: add logic to recompute flush volume matrix for mmu 2023-07-07 17:29:08 +08:00
GCode.cpp NEW:reducing purge through retracting filament 2024-03-25 15:29:19 +08:00
GCode.hpp libslic3r: Fix missing DBL_MAX constant 2024-04-01 08:54:23 +08:00
GCodeReader.cpp libslic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
GCodeReader.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GCodeSender.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GCodeSender.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GCodeWriter.cpp FIX: The last trace of the PA line calibration is incorrect. 2024-03-25 15:29:19 +08:00
GCodeWriter.hpp ENH: add support for chamber_temp and exhaust_fan 2023-11-01 09:11:19 +08:00
Geometry.cpp FIX: The problem caused by Euler angle calculation 2024-03-25 10:42:29 +08:00
Geometry.hpp NEW: add TransformationSVD and some apis in Geometry 2023-11-01 09:33:21 +08:00
I18N.hpp NEW: add boolean in export stl 2023-07-07 17:25:51 +08:00
Int128.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
InternalBridgeDetector.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
InternalBridgeDetector.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
JumpPointSearch.cpp NEW: path planning algorithm 2023-11-01 09:33:21 +08:00
JumpPointSearch.hpp NEW: path planning algorithm 2023-11-01 09:33:21 +08:00
KDTreeIndirect.hpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
Layer.cpp ENH: Merge Scarf seam method from orca 2024-03-25 15:29:19 +08:00
Layer.hpp ENH: improve the support of blade-shape overhangs 2024-03-25 15:29:19 +08:00
LayerRegion.cpp ENH: do not split top/bottom when shell param is 0 2024-03-25 15:29:19 +08:00
Line.cpp ENH: fix for STUDIO-881 2023-04-17 15:39:02 +08:00
Line.hpp ENH: fix for STUDIO-881 2023-04-17 15:39:02 +08:00
LocalesUtils.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
LocalesUtils.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MTUtils.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MacUtils.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
MacUtils.mm Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
MarchingSquares.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Measure.cpp NEW:modify distance between meshs 2024-03-25 15:29:19 +08:00
Measure.hpp FIX:mesh is not unique After copied 2024-03-25 15:29:19 +08:00
MeasureUtils.hpp NEW:add measure gizmo new files 2024-03-25 15:29:19 +08:00
MeshBoolean.cpp FIX: mesh boolean difference may miss some parts 2024-03-25 15:29:19 +08:00
MeshBoolean.hpp FIX: several problems with mesh boolean 2024-03-25 10:42:29 +08:00
MeshSplitImpl.hpp NEW: add boolean in export stl 2023-07-07 17:25:51 +08:00
MinAreaBoundingBox.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MinAreaBoundingBox.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MinimumSpanningTree.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MinimumSpanningTree.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Model.cpp NEW:Support OLTP file 2024-03-25 15:29:19 +08:00
Model.hpp ENH:STL tracking restricted area 2024-03-25 15:29:19 +08:00
ModelArrange.cpp ENH: auto-arranging allows more filaments together 2023-11-01 09:33:21 +08:00
ModelArrange.hpp FIX: auto-arrange ignores wipe tower due to supports 2022-12-15 04:38:15 -05:00
MultiMaterialSegmentation.cpp FIX: Color Bleed in slicer 2024-03-25 15:29:19 +08:00
MultiMaterialSegmentation.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MultiPoint.cpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
MultiPoint.hpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
MutablePolygon.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MutablePolygon.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MutablePriorityQueue.hpp NEW: path planning algorithm 2023-11-01 09:33:21 +08:00
NormalUtils.cpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
NormalUtils.hpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
ObjectID.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ObjectID.hpp Fix ‘base_class’ is not a member of ‘cereal’ error 2023-12-15 09:58:21 +08:00
OpenVDBUtils.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
OpenVDBUtils.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Orient.cpp libslic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
Orient.hpp FIX: fix the bugs related to bottom area and flip 2022-12-15 04:38:15 -05:00
PNGReadWrite.cpp FIX: CLI: fix the png decoding error 2023-11-01 09:33:21 +08:00
PNGReadWrite.hpp libslic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
ParameterUtils.cpp libslic3r: Fix missing assert() definition 2024-04-01 08:54:23 +08:00
ParameterUtils.hpp ENH: add customize other layers print sequence 2024-03-25 15:29:19 +08:00
PerimeterGenerator.cpp ENH: Merge Scarf seam method from orca 2024-03-25 15:29:19 +08:00
PerimeterGenerator.hpp ENH: update overhang degree method on calssic mode 2024-03-25 15:29:19 +08:00
PlaceholderParser.cpp ENH: add preset of voron 2022-10-20 19:34:37 +08:00
PlaceholderParser.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Platform.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Platform.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Point.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Point.hpp NEW:add measure gizmo new files 2024-03-25 15:29:19 +08:00
Polygon.cpp ENH: add a new support style "Tree Organic" 2023-11-01 09:33:21 +08:00
Polygon.hpp ENH: add a new support style "Tree Organic" 2023-11-01 09:33:21 +08:00
PolygonTrimmer.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PolygonTrimmer.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Polyline.cpp ENH: Merge Scarf seam method from orca 2024-03-25 15:29:19 +08:00
Polyline.hpp ENH: Merge Scarf seam method from orca 2024-03-25 15:29:19 +08:00
Preset.cpp NEW:reducing purge through retracting filament 2024-03-25 15:29:19 +08:00
Preset.hpp FIX: [5779] fix show alias logic when load preset 2024-03-25 15:29:19 +08:00
PresetBundle.cpp FIX: [6510] set nozzle temp incorrectly when popup AMS Setting 2024-03-25 15:29:19 +08:00
PresetBundle.hpp FIX: No data in the drop-down menu of the AMS settings page 2024-03-25 15:29:19 +08:00
PrincipalComponents2D.cpp ENH: improve bridge direction detection 2023-04-17 15:39:02 +08:00
PrincipalComponents2D.hpp ENH: improve bridge direction detection 2023-04-17 15:39:02 +08:00
Print.cpp FIX: sequential_print_clearance_valid not working 2024-03-25 15:29:19 +08:00
Print.hpp FIX: sequential_print_clearance_valid not working 2024-03-25 15:29:19 +08:00
PrintApply.cpp ENH: Merge Scarf seam method from orca 2024-03-25 15:29:19 +08:00
PrintBase.cpp libslic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
PrintBase.hpp ENH: CLI: add logic to check the max/min layer height 2023-11-09 10:09:10 +08:00
PrintConfig.cpp ENH: add some translations 2024-03-25 15:29:19 +08:00
PrintConfig.hpp NEW:reducing purge through retracting filament 2024-03-25 15:29:19 +08:00
PrintObject.cpp ENH: Merge Scarf seam method from orca 2024-03-25 15:29:19 +08:00
PrintObjectSlice.cpp FIX: empty layer replacement may crash 2023-07-07 17:29:08 +08:00
PrintRegion.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ProjectTask.cpp libslic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
ProjectTask.hpp NEW:material adaptation in select machine dialog 2024-03-25 15:29:19 +08:00
QuadricEdgeCollapse.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
QuadricEdgeCollapse.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SLAPrint.cpp ENH: CLI: add time estimation for non-cache slicing 2023-11-01 09:33:21 +08:00
SLAPrint.hpp ENH: CLI: add time estimation for non-cache slicing 2023-11-01 09:33:21 +08:00
SLAPrintSteps.cpp ENH: add a new support style "Tree Organic" 2023-11-01 09:33:21 +08:00
SLAPrintSteps.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SVG.cpp ENH: fix for STUDIO-881 2023-04-17 15:39:02 +08:00
SVG.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
Semver.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Semver.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ShortEdgeCollapse.cpp FIX: short edge collapse algortihm 2023-11-01 09:11:19 +08:00
ShortEdgeCollapse.hpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
ShortestPath.cpp ENH: reorder print area to reduce travel time 2023-07-07 17:29:08 +08:00
ShortestPath.hpp ENH: reorder print area to reduce travel time 2023-07-07 17:29:08 +08:00
SlicesToTriangleMesh.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SlicesToTriangleMesh.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Slicing.cpp FIX: prevent slicing with adaptive layer height and organic support 2024-03-25 10:42:29 +08:00
Slicing.hpp FIX: prevent slicing with adaptive layer height and organic support 2024-03-25 10:42:29 +08:00
SlicingAdaptive.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SlicingAdaptive.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Surface.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Surface.hpp ENH: add solid infill pattern 2023-07-07 17:29:08 +08:00
SurfaceCollection.cpp ENH: fix for STUDIO-881 2023-04-17 15:39:02 +08:00
SurfaceCollection.hpp ENH: improve archor of internal bridge 2022-12-15 04:33:48 -05:00
SurfaceMesh.hpp NEW:add measure gizmo new files 2024-03-25 15:29:19 +08:00
Technologies.hpp ENH: add reload from disk and replace with stl 2022-09-14 17:39:11 +08:00
Tesselate.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Tesselate.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Thread.cpp FIX: fix the crash issue #1944 caused by wronog thread name in some 2023-07-31 14:29:15 +08:00
Thread.hpp FIX: fix the crash issue #1944 caused by wronog thread name in some 2023-07-31 14:29:15 +08:00
Time.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Time.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TriangleMesh.cpp NEW:Support OLTP file 2024-03-25 15:29:19 +08:00
TriangleMesh.hpp NEW:Support OLTP file 2024-03-25 15:29:19 +08:00
TriangleMeshSlicer.cpp FIX:backup iterator location 2023-12-14 22:08:53 +08:00
TriangleMeshSlicer.hpp FIX: withdraw support enforcers on vertical faces 2023-02-22 20:09:17 +08:00
TriangleSelector.cpp libslic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
TriangleSelector.hpp FIX: fix color painting bugs 2022-09-02 12:52:18 +08:00
TriangleSetSampling.cpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
TriangleSetSampling.hpp ENH: new seam strategy from prusa2.5 2022-09-02 12:52:18 +08:00
TriangulateWall.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TriangulateWall.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TryCatchSignal.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TryCatchSignal.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TryCatchSignalSEH.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TryCatchSignalSEH.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Utils.hpp ENH: CLI: add version check logic 2024-03-25 15:29:19 +08:00
VariableWidth.cpp ENH: fix 0 space exception when slicing 2023-11-01 09:33:21 +08:00
VariableWidth.hpp ENH: fix another assert in wall generator 2023-07-07 17:29:08 +08:00
Zipper.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Zipper.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
clipper.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
clipper.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
clonable_ptr.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
enum_bitmask.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
format.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
libslic3r.h ENH: add small perimeter speed and threshold 2023-11-22 08:23:38 +08:00
libslic3r_version.h.in NEW: add build time in about dialog 2023-01-10 19:08:26 +08:00
miniz_extension.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
miniz_extension.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
pchheader.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
pchheader.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
utils.cpp ENH: accurate top z distance for tree support 2024-03-25 15:29:19 +08:00