PrusaSlicer-NonPlainar/src/libslic3r
2019-09-20 10:53:50 +02:00
..
Fill Fix of previous infill refactoring. 2019-09-10 19:08:04 +02:00
Format Follow-up of 9b5edbfa5f -> added comments 2019-09-09 11:50:19 +02:00
GCode Merge remote-tracking branch 'remotes/origin/master' into dev 2019-09-13 18:58:39 +02:00
SLA Merge remote-tracking branch 'remotes/origin/master' into dev 2019-09-12 10:19:09 +02:00
Arrange.cpp Fix arrangement of objects larger than the print bed. Issue #2897 2019-09-10 13:31:29 +02:00
Arrange.hpp Small refactor for BedShapeHint 2019-08-21 15:39:20 +02:00
BoundingBox.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
BoundingBox.hpp Simplified the "cereal" includes to not clash with Perl includes 2019-07-04 22:09:14 +02:00
BridgeDetector.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
BridgeDetector.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Channel.hpp Printhost: Cancelation, bugfixes 2018-12-20 13:38:00 +01:00
ClipperUtils.cpp Call Line conversion operator explicitly. 2019-04-03 11:17:15 +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 Add new config values to SL1 zip file config.ini 2019-09-11 13:10:23 +02:00
Config.cpp WIP: Nullable configuration value concept, implemented for 2019-07-23 14:15:42 +02:00
Config.hpp Fixed several warnings (Config.hpp and few other files) 2019-09-06 15:55:07 +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 Improvements of the triangulation of SLA layer preview. 2019-01-24 19:08:58 +01:00
ExPolygon.hpp Improvements of the triangulation of SLA layer preview. 2019-01-24 19:08:58 +01:00
ExPolygonCollection.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
ExPolygonCollection.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Extruder.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Extruder.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
ExtrusionEntity.cpp Refactoring of ExtrusionEntity / ExtrusionEntityCollection: 2019-09-11 13:25:50 +02:00
ExtrusionEntity.hpp Refactoring of ExtrusionEntity / ExtrusionEntityCollection: 2019-09-11 13:25:50 +02:00
ExtrusionEntityCollection.cpp Refactored ExtrusionEntityCollection::flatten() 2019-09-16 16:35:08 +02:00
ExtrusionEntityCollection.hpp Refactored ExtrusionEntityCollection::flatten() 2019-09-16 16:35:08 +02:00
ExtrusionSimulator.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
ExtrusionSimulator.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
FileParserError.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
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 Merge branch 'master' into dev 2019-09-13 16:19:35 +02:00
GCode.hpp Fixed couple of warnings in WipeTower.cpp, ToolOrdering.cpp and GCode.cpp 2019-09-04 14:56:35 +02:00
GCodeReader.cpp Fix a missing header in GCodeReader 2019-01-17 13:49:10 +01:00
GCodeReader.hpp Get name of both the G-code and project file from the 1st printable 2019-02-01 11:44:08 +01:00
GCodeSender.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
GCodeSender.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
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 WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Geometry.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
Geometry.hpp Refactoring of EdgeGrid to accept an segment to segment visitor. 2019-08-21 14:52:22 +02:00
I18N.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Int128.hpp Adding rotating calipers algorithm for minimum are bounding box rotation. 2019-06-06 14:27:07 +02:00
Layer.cpp Fix of "Bridging and gap fill are parsed incorrectly when infill is set to 0" #1476 2019-09-10 19:03:37 +02:00
Layer.hpp Fix of "excess infill below bridges with 0% infill" #442 2019-09-06 15:03:49 +02:00
LayerRegion.cpp Some C++11 refactoring 2019-09-10 19:09:37 +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 Iterative, not recursive, version of the Douglas-Peucker-Ramer algorithm 2018-12-14 19:29:58 +01:00
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 Fix of #2868 -> Revert 2c9521c6d2 and partial revert of fab3634931 2019-09-06 09:44:39 +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 WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
MTUtils.hpp Fixing zero elevation bug when concave hull overlap was not detected. 2019-07-30 14:24:42 +02:00
MultiPoint.cpp Added debugging code for the Douglas-Peucker contour simplification code. 2019-01-14 19:59:18 +01:00
MultiPoint.hpp WIP: Merged commits from stable between 1.41.2-beta and 1.42.2 final. 2018-12-11 16:33:43 +01:00
MutablePriorityQueue.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +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 Precompiled headers on Visual Studio & GCC, with the highest hopes 2018-10-29 16:01:26 +01:00
pchheader.hpp Introduction of ClipperLib_Z: The Clipper library compiled with support 2019-09-13 16:16:37 +02:00
PerimeterGenerator.cpp Refactoring of ExtrusionEntity / ExtrusionEntityCollection: 2019-09-11 13:25:50 +02:00
PerimeterGenerator.hpp Refactoring of PerimeterGenerator: 2019-09-11 11:37:48 +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 WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Point.hpp Simplified the "cereal" includes to not clash with Perl includes 2019-07-04 22:09:14 +02:00
Polygon.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Polygon.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +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 WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Polyline.hpp WIP: Merged commits from stable between 1.41.2-beta and 1.42.2 final. 2018-12-11 16:33:43 +01:00
PolylineCollection.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
PolylineCollection.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Print.cpp Fixed layer profile equality check for wipe tower validation (fixup of b43003d) 2019-09-20 10:53:50 +02:00
Print.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +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 the Perl bindings, made Print::m_placeholder_parser protected, 2019-07-25 17:08:31 +02:00
PrintConfig.cpp Some C++11 refactoring 2019-09-10 19:09:37 +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 Fix of "Bridge flow ratio doesn't trigger reslicing of support" #2359 2019-09-09 18:09:40 +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
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 WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
SupportMaterial.cpp Merge branch 'master' into lm_warnings 2019-07-15 13:26:55 +02:00
SupportMaterial.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
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 WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
SurfaceCollection.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
SVG.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
SVG.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Technologies.hpp Code cleanup 2019-07-26 11:32:44 +02:00
Tesselate.cpp Extended tesselation wrapper for other 3d and 2d point types. 2019-02-08 09:26:48 +01:00
Tesselate.hpp Extended tesselation wrapper for other 3d and 2d point types. 2019-02-08 09:26:48 +01:00
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