PrusaSlicer-NonPlainar/src/libslic3r
tamasmeszaros 72ac8d68f0 Extend libnest tests, remove some warnings, faster catch2 compilation.
Also, improve libnest2d::nest interface.
2019-10-07 17:16:40 +02:00
..
Fill Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
Format Make loading of obj files into TriangleMesh possible. 2019-10-01 14:58:37 +02:00
GCode Refactoring of the G-code preview for lower memory allocation 2019-09-30 16:25:26 +02:00
SLA Merge branch 'tm_sla_tests' 2019-10-04 18:34:08 +02:00
Arrange.cpp Extend libnest tests, remove some warnings, faster catch2 compilation. 2019-10-07 17:16:40 +02:00
Arrange.hpp Small refactor for BedShapeHint 2019-08-21 15:39:20 +02:00
BoundingBox.cpp
BoundingBox.hpp libslic3r core enhancements 2019-10-01 14:58:37 +02:00
BridgeDetector.cpp Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 2019-10-04 16:50:01 +02:00
BridgeDetector.hpp Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 2019-10-04 16:50:01 +02:00
Channel.hpp
ClipperUtils.cpp libslic3r core enhancements 2019-10-01 14:58:37 +02:00
ClipperUtils.hpp libslic3r core enhancements 2019-10-01 14:58:37 +02:00
clonable_ptr.hpp
CMakeLists.txt sla::Raster interface clarified and covered with tests. 2019-10-01 14:58:37 +02:00
Config.cpp Fix tests on all platforms 2019-10-02 14:55:16 +02:00
Config.hpp Fix tests on all platforms 2019-10-02 14:55:16 +02:00
EdgeGrid.cpp Fix of support generator regression agains 2.1.0-alpha1. 2019-08-25 08:59:47 +02:00
EdgeGrid.hpp Refactoring of EdgeGrid to accept an segment to segment visitor. 2019-08-21 14:52:22 +02:00
ExPolygon.cpp
ExPolygon.hpp libslic3r core enhancements 2019-10-01 14:58:37 +02:00
ExPolygonCollection.cpp Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 2019-10-04 16:50:01 +02:00
ExPolygonCollection.hpp Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 2019-10-04 16:50:01 +02:00
Extruder.cpp
Extruder.hpp
ExtrusionEntity.cpp Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 2019-10-04 16:50:01 +02:00
ExtrusionEntity.hpp Refactoring of the G-code preview for lower memory allocation 2019-09-30 16:25:26 +02:00
ExtrusionEntityCollection.cpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
ExtrusionEntityCollection.hpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
ExtrusionSimulator.cpp
ExtrusionSimulator.hpp
FileParserError.hpp
Flow.cpp Improved handling of excessive extrusion width values (too small 2019-08-06 15:11:46 +02:00
Flow.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
GCode.cpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
GCode.hpp Reworked Traveling Salesman Problem code for simplicity and robustness. 2019-09-26 16:39:50 +02:00
GCodeReader.cpp
GCodeReader.hpp
GCodeSender.cpp
GCodeSender.hpp
GCodeTimeEstimator.cpp Improved time estimator post-processing 2019-09-05 09:54:44 +02:00
GCodeTimeEstimator.hpp Improved time estimator post-processing 2019-09-05 09:54:44 +02:00
GCodeWriter.cpp GCodeWriter.cpp: Fixed skipped z-lifts when its height was equal to layer height (https://github.com/prusa3d/PrusaSlicer/issues/2154) 2019-08-27 12:41:00 +02:00
GCodeWriter.hpp
Geometry.cpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
Geometry.hpp libslic3r core enhancements 2019-10-01 14:58:37 +02:00
I18N.hpp
Int128.hpp
KDTreeIndirect.hpp Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2019-09-27 18:23:36 +02:00
Layer.cpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
Layer.hpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
LayerRegion.cpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
libslic3r_version.h.in
libslic3r.h Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
Line.cpp
Line.hpp
MinAreaBoundingBox.cpp Can build with (original llvm) clang-cl on windows 2019-08-01 16:03:52 +02:00
MinAreaBoundingBox.hpp
miniz_extension.cpp
miniz_extension.hpp
Model.cpp Fixed memsetting non-trivially-copyable types 2019-09-24 17:09:07 +02:00
Model.hpp Fixed instance printable property after reload from disk 2019-09-10 11:16:59 +02:00
MotionPlanner.cpp Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 2019-10-04 16:50:01 +02:00
MotionPlanner.hpp
MTUtils.hpp Reworked pad creation algorithm with new parameters: 2019-10-01 14:58:37 +02:00
MultiPoint.cpp Return MultiPoint::first_point() by reference. 2019-09-27 19:47:30 +02:00
MultiPoint.hpp Return MultiPoint::first_point() by reference. 2019-09-27 19:47:30 +02:00
MutablePriorityQueue.hpp Reworked Traveling Salesman Problem code for simplicity and robustness. 2019-09-26 16:39:50 +02:00
ObjectID.cpp
ObjectID.hpp Undo / Redo fixes 2019-07-05 19:06:19 +02:00
pchheader.cpp
pchheader.hpp Introduction of ClipperLib_Z: The Clipper library compiled with support 2019-09-13 16:16:37 +02:00
PerimeterGenerator.cpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
PerimeterGenerator.hpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
PlaceholderParser.cpp Fixed some more warnings (mostly GLGizmoSlaSupports.cpp) 2019-09-04 16:05:32 +02:00
PlaceholderParser.hpp Reworked the FFF Print::update() to process the filament retract 2019-07-25 14:39:19 +02:00
Point.cpp
Point.hpp Simplified the "cereal" includes to not clash with Perl includes 2019-07-04 22:09:14 +02:00
Polygon.cpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
Polygon.hpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
PolygonTrimmer.cpp Refactoring of EdgeGrid to accept an segment to segment visitor. 2019-08-21 14:52:22 +02:00
PolygonTrimmer.hpp Added a missing include 2019-08-22 11:35:25 +02:00
Polyline.cpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
Polyline.hpp Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
Print.cpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
Print.hpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
PrintBase.cpp
PrintBase.hpp Fixed erroneous use of logical OR where bitwise OR was meant 2019-09-25 12:18:30 +02:00
PrintConfig.cpp Reworked pad creation algorithm with new parameters: 2019-10-01 14:58:37 +02:00
PrintConfig.hpp Reworked pad creation algorithm with new parameters: 2019-10-01 14:58:37 +02:00
PrintObject.cpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
PrintRegion.cpp Merge branch 'dev' of https://github.com/Prusa3d/PrusaSlicer into dev 2019-09-04 16:11:28 +02:00
Semver.cpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
Semver.hpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
ShortestPath.cpp Fixing C++ issues, that the Visual Studio compiler did not report. 2019-09-27 19:18:35 +02:00
ShortestPath.hpp One more try, fixing a missing parameter. 2019-09-27 19:07:07 +02:00
SLAPrint.cpp sla::Raster interface clarified and covered with tests. 2019-10-01 14:58:37 +02:00
SLAPrint.hpp sla::Raster interface clarified and covered with tests. 2019-10-01 14:58:37 +02:00
Slicing.cpp Merge branch 'master' into lm_warnings 2019-07-15 13:26:55 +02:00
Slicing.hpp Merge remote-tracking branch 'origin/master' into vb_undo_redo 2019-07-04 20:22:15 +02:00
SlicingAdaptive.cpp
SlicingAdaptive.hpp
SupportMaterial.cpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
SupportMaterial.hpp
Surface.cpp Fix of "excess infill below bridges with 0% infill" #442 2019-09-06 15:03:49 +02:00
Surface.hpp Fix of "excess infill below bridges with 0% infill" #442 2019-09-06 15:03:49 +02:00
SurfaceCollection.cpp
SurfaceCollection.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
SVG.cpp
SVG.hpp
Technologies.hpp Code cleanup 2019-07-26 11:32:44 +02:00
Tesselate.cpp
Tesselate.hpp Reworked pad creation algorithm with new parameters: 2019-10-01 14:58:37 +02:00
Time.cpp Time conversion functions with tests. 2019-10-02 14:44:11 +02:00
Time.hpp Fix incorrect time format spec in iso_utc_timestamp. 2019-10-07 08:56:54 +02:00
TriangleMesh.cpp Add test obj and address for support under ground level if no elevation 2019-10-03 14:23:22 +02:00
TriangleMesh.hpp Add test obj and address for support under ground level if no elevation 2019-10-03 14:23:22 +02:00
utils.cpp Time conversion functions with tests. 2019-10-02 14:44:11 +02:00
Utils.hpp Fix tests on all platforms 2019-10-02 14:55:16 +02:00
Zipper.cpp
Zipper.hpp