PrusaSlicer-NonPlainar/src/libslic3r
2019-10-02 08:13:11 +02:00
..
Fill Rest of the path chaining has been replaced with the new algorithm. 2019-09-27 18:17:21 +02:00
Format PRUS.cpp: Fixed an always-true condition in extract_model_from_archive 2019-09-24 18:09:48 +02:00
GCode #3010 - Added tech ENABLE_GIT_3010_FIX - GCodeAnalyzer and GCodeTimeEstimator modified to properly process gcode lines G92 2019-10-01 09:48:42 +02:00
SLA Merge remote-tracking branch 'remotes/origin/master' into dev 2019-09-12 10:19:09 +02:00
Arrange.cpp Fix arrange crash with incorrect geometries. Guard the case with tests. 2019-09-23 11:59:44 +02:00
Arrange.hpp Small refactor for BedShapeHint 2019-08-21 15:39:20 +02:00
BoundingBox.cpp
BoundingBox.hpp Simplified the "cereal" includes to not clash with Perl includes 2019-07-04 22:09:14 +02:00
BridgeDetector.cpp
BridgeDetector.hpp
Channel.hpp
ClipperUtils.cpp WIP: Consolidation of shortest path calculations, 2019-09-26 17:30:03 +02:00
ClipperUtils.hpp Optimizing manual unification. 2019-03-26 15:05:57 +01:00
clonable_ptr.hpp Implemented the "Support for support enforcers only" quick selection. 2019-05-03 18:01:39 +02:00
CMakeLists.txt Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2019-09-27 18:23:36 +02:00
Config.cpp Whitespace changes to supress misleading indentation warnings 2019-09-24 16:01:01 +02:00
Config.hpp Whitespace changes to supress misleading indentation warnings 2019-09-24 16:01:01 +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
ExPolygonCollection.cpp
ExPolygonCollection.hpp FDM Print refactoring: 2019-10-01 17:17:08 +02:00
Extruder.cpp
Extruder.hpp
ExtrusionEntity.cpp Refactoring of ExtrusionEntity / ExtrusionEntityCollection: 2019-09-11 13:25:50 +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 Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
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 #3010 - Added tech ENABLE_GIT_3010_FIX - GCodeAnalyzer and GCodeTimeEstimator modified to properly process gcode lines G92 2019-10-01 09:48:42 +02:00
GCodeTimeEstimator.hpp #3010 - Added tech ENABLE_GIT_3010_FIX - GCodeAnalyzer and GCodeTimeEstimator modified to properly process gcode lines G92 2019-10-01 09:48:42 +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 WIP: Consolidation of shortest path calculations, 2019-09-26 17:30:03 +02:00
I18N.hpp
Int128.hpp Adding rotating calipers algorithm for minimum are bounding box rotation. 2019-06-06 14:27:07 +02:00
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 Updated handling of the SLIC3R_BUILD_ID key 2019-05-13 18:01:00 +02:00
libslic3r.h Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
Line.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
Line.hpp
MinAreaBoundingBox.cpp Can build with (original llvm) clang-cl on windows 2019-08-01 16:03:52 +02:00
MinAreaBoundingBox.hpp Adding rotating calipers algorithm for minimum are bounding box rotation. 2019-06-06 14:27:07 +02:00
miniz_extension.cpp Fix for opening issues with archive files. 2019-06-03 15:27:46 +02:00
miniz_extension.hpp Fix for opening issues with archive files. 2019-06-03 15:27:46 +02:00
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 warnings in libslic3r 2019-06-25 16:04:29 +02:00
MotionPlanner.hpp
MTUtils.hpp Fixing zero elevation bug when concave hull overlap was not detected. 2019-07-30 14:24:42 +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 WIP UndoRedo: Added Undo/Redo stack, added Platter::take_snapshot(), 2019-07-02 16:42:23 +02:00
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 Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
PrintBase.hpp Fixed erroneous use of logical OR where bitwise OR was meant 2019-09-25 12:18:30 +02:00
PrintConfig.cpp Add upper limit on 1.0 to sla display gamma parameter. 2019-10-01 14:44:07 +02:00
PrintConfig.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +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 Add new config values to SL1 zip file config.ini 2019-09-11 13:10:23 +02:00
SLAPrint.hpp Add new config values to SL1 zip file config.ini 2019-09-11 13:10:23 +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 WIP: Admesh - replacement of C memory allocation with std vectors 2019-06-04 22:06:42 +02:00
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 #3010 - Added tech ENABLE_GIT_3010_FIX - GCodeAnalyzer and GCodeTimeEstimator modified to properly process gcode lines G92 2019-10-01 09:48:42 +02:00
Tesselate.cpp
Tesselate.hpp
Time.cpp Add new config values to SL1 zip file config.ini 2019-09-11 13:10:23 +02:00
Time.hpp Add new config values to SL1 zip file config.ini 2019-09-11 13:10:23 +02:00
TriangleMesh.cpp Undo / Redo memory conservation strategy: Release recoverable data 2019-07-18 11:51:06 +02:00
TriangleMesh.hpp Undo / Redo memory conservation strategy: Release recoverable data 2019-07-18 11:51:06 +02:00
utils.cpp Add new config values to SL1 zip file config.ini 2019-09-11 13:10:23 +02:00
Utils.hpp Add new config values to SL1 zip file config.ini 2019-09-11 13:10:23 +02:00
Zipper.cpp Move cstdint to Zipper header. 2019-06-04 09:26:33 +02:00
Zipper.hpp Move cstdint to Zipper header. 2019-06-04 09:26:33 +02:00