PrusaSlicer-NonPlainar/xs/src/libslic3r
2016-12-08 14:28:09 +01:00
..
Fill CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00
GCode Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
BoundingBox.cpp Bounding Box - new method align_to_grid 2016-11-29 19:25:10 +01:00
BoundingBox.hpp Bounding Box - new method align_to_grid 2016-11-29 19:25:10 +01:00
BridgeDetector.cpp Fixed compilation on Strawberry 2016-11-08 11:23:08 +01:00
BridgeDetector.hpp Reworked the bridge detector to allow searching a single bridging 2016-11-08 09:59:25 +01:00
ClipperUtils.cpp Fix of the last clipperutil safety_offset modification. Handle safety 2016-11-29 19:26:26 +01:00
ClipperUtils.hpp CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00
Config.cpp Fixed a return value in the Config multi-string parser. 2016-11-01 14:52:44 +01:00
Config.hpp Added "Notes" page to the filament configuration. 2016-11-01 13:41:24 +01:00
EdgeGrid.cpp EdgeGrid::contours_simplified for supports 2016-11-29 19:28:33 +01:00
EdgeGrid.hpp EdgeGrid::contours_simplified for supports 2016-11-29 19:28:33 +01:00
ExPolygon.cpp New sparse infill: "stars" - David's star shaped infill. 2016-11-09 15:39:12 +01:00
ExPolygon.hpp One step further to the C++ Supports. 2016-11-23 15:51:47 +01:00
ExPolygonCollection.cpp Reworked the bridge detector to allow searching a single bridging 2016-11-08 09:59:25 +01:00
ExPolygonCollection.hpp Ported from the playground branch. Various documentation and optimization. 2016-09-13 13:30:00 +02:00
Extruder.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Extruder.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
ExtrusionEntity.cpp Fixed https://github.com/prusa3d/Slic3r/issues/32 2016-11-12 23:20:49 +01:00
ExtrusionEntity.hpp One step further to the C++ Supports. 2016-11-23 15:51:47 +01:00
ExtrusionEntityCollection.cpp Method ExtrusionEntity::polygons_covered() and derived were split 2016-11-04 00:10:35 +01:00
ExtrusionEntityCollection.hpp Method ExtrusionEntity::polygons_covered() and derived were split 2016-11-04 00:10:35 +01:00
ExtrusionSimulator.cpp Unified the creation of paths of debugging output files 2016-10-21 10:18:01 +02:00
ExtrusionSimulator.hpp Ported from the playground branch. Various documentation and optimization. 2016-09-13 13:30:00 +02:00
Flow.cpp One step further to the C++ Supports. 2016-11-23 15:51:47 +01:00
Flow.hpp One step further to the C++ Supports. 2016-11-23 15:51:47 +01:00
GCode.cpp Added "Notes" page to the filament configuration. 2016-11-01 13:41:24 +01:00
GCode.hpp G code generator will include marks for the G-code analyzer, so 2016-09-26 12:52:40 +02:00
GCodeSender.cpp Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
GCodeSender.hpp G code generator will include marks for the G-code analyzer, so 2016-09-26 12:52:40 +02:00
GCodeWriter.cpp Bugfix: use Lift-z option for 2. extruder #3385 2016-09-26 12:49:29 +02:00
GCodeWriter.hpp Bugfix: use Lift-z option for 2. extruder #3385 2016-09-26 12:49:29 +02:00
Geometry.cpp Reduced some compiler warnings. 2016-11-16 22:09:00 +01:00
Geometry.hpp Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11 2016-11-04 15:03:51 +01:00
Layer.cpp Optimized Layer::merge_slices() 2016-11-20 12:38:59 +01:00
Layer.hpp Optimized Layer::merge_slices() 2016-11-20 12:38:59 +01:00
LayerRegion.cpp CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00
libslic3r.h increased version number. 2016-11-20 23:06:56 +01:00
Line.cpp More refactoring to medial axis and gap fill, more robust 2016-05-20 17:03:57 +02:00
Line.hpp More refactoring to medial axis and gap fill, more robust 2016-05-20 17:03:57 +02:00
Model.cpp Optimization of Model bounding box routines (avoids copying the mesh), 2016-11-16 11:53:29 +01:00
Model.hpp Optimization of Model bounding box routines (avoids copying the mesh), 2016-11-16 11:53:29 +01:00
MotionPlanner.cpp Fixes and improvements to MotionPlanner, much smarter now 2015-12-21 14:46:35 +01:00
MotionPlanner.hpp Fixes and improvements to MotionPlanner, much smarter now 2015-12-21 14:46:35 +01:00
MultiPoint.cpp Implemented utility functions to operate over lines, polylines, polygons, 2016-11-07 22:49:11 +01:00
MultiPoint.hpp Implemented utility functions to operate over lines, polylines, polygons, 2016-11-07 22:49:11 +01:00
PerimeterGenerator.cpp Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
PerimeterGenerator.hpp Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
PlaceholderParser.cpp Updated xs/Build.PL to support Visual Studio compiler suite. 2016-08-21 21:46:17 +02:00
PlaceholderParser.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Point.cpp Added a free "cross product" function to Pointf (thinking the Pointf is 2016-11-28 17:34:52 +01:00
Point.hpp Point dot operator and PointHash object for std unique_xxx functions. 2016-11-29 19:29:24 +01:00
Polygon.cpp New sparse infill: "stars" - David's star shaped infill. 2016-11-09 15:39:12 +01:00
Polygon.hpp New sparse infill: "stars" - David's star shaped infill. 2016-11-09 15:39:12 +01:00
Polyline.cpp Bugfix of bottom bridges. If close regions shall be closed by bridges, 2016-09-30 15:23:18 +02:00
Polyline.hpp Implemented utility functions to operate over lines, polylines, polygons, 2016-11-07 22:49:11 +01:00
PolylineCollection.cpp Copy and move variants of chained_path functions 2016-11-02 22:31:03 +02:00
PolylineCollection.hpp Copy and move variants of chained_path functions 2016-11-02 22:31:03 +02:00
Print.cpp CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00
Print.hpp Ported make_perimeters() and infill() to C++/XS, use pure C++ threads, cherry picked from @alexrj 66591bcc556c01572ec7519b1f8cb4ee2d430685 2016-12-08 14:24:40 +01:00
PrintConfig.cpp New sparse infill: "stars" - David's star shaped infill. 2016-11-09 15:39:12 +01:00
PrintConfig.hpp New sparse infill: "stars" - David's star shaped infill. 2016-11-09 15:39:12 +01:00
PrintObject.cpp Fixed regression in the _make_perimeters port 2016-12-08 14:25:05 +01:00
PrintRegion.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
SupportMaterial.cpp Supports using the EdgeGrid simplify_contour 2016-11-29 19:30:59 +01:00
SupportMaterial.hpp Supports using the EdgeGrid simplify_contour 2016-11-29 19:30:59 +01:00
Surface.cpp Surface / Surface Collection - optimization routines for filtering, 2016-09-26 12:42:44 +02:00
Surface.hpp Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
SurfaceCollection.cpp Implemented utility functions to operate over lines, polylines, polygons, 2016-11-07 22:49:11 +01:00
SurfaceCollection.hpp Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
SVG.cpp Enabled the C++ fillers for all infills, not just the supports. 2016-10-20 17:44:46 +02:00
SVG.hpp Unified the creation of paths of debugging output files 2016-10-21 10:18:01 +02:00
TriangleMesh.cpp Parallelize TriangleMeshSlicer::slice(), cherry picked from @alexrj 83ad123d951c6ee663d2f3b02e095c203ca794e7 2016-12-08 14:28:09 +01:00
TriangleMesh.hpp Parallelize TriangleMeshSlicer::slice(), cherry picked from @alexrj 83ad123d951c6ee663d2f3b02e095c203ca794e7 2016-12-08 14:28:09 +01:00
utils.cpp Log support through boost::log 2016-11-24 13:44:51 +01:00
Utils.hpp new Utils.hpp 2016-11-24 14:05:06 +01:00