orcaslicer/xs/src/libslic3r
2016-09-12 13:26:17 +02:00
..
Fill Reverted some now unnecessary changes. Reverted the infill to the original perl implementation. 2016-09-12 13:26:17 +02:00
BoundingBox.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
BoundingBox.hpp New constructors for the bounding box with min/max points were added. 2016-04-10 19:02:00 +02:00
BridgeDetector.cpp Bugfix: memory corruption in BridgeDetector (thanks @JakeQZ for the patch). #3267 2016-03-13 21:13:51 +01:00
BridgeDetector.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
ClipperUtils.cpp Vojtech likes to use Sublime on Windows to get the wheels rolling. 2016-04-11 17:05:58 +02:00
ClipperUtils.hpp Use CLIPPER_OFFSET_SCALE instead of a numeric value. 2016-04-10 18:58:12 +02:00
Config.cpp Fixed return value for deserialize() implementations. #3250 2016-03-13 15:26:52 +01:00
Config.hpp Fixed return value for deserialize() implementations. #3250 2016-03-13 15:26:52 +01:00
ExPolygon.cpp Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
ExPolygon.hpp Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
ExPolygonCollection.cpp Fixes and improvements to MotionPlanner, much smarter now 2015-12-21 14:46:35 +01:00
ExPolygonCollection.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01: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 Variable-width gap fill. Yay! #2960 2016-03-19 19:20:04 +01:00
ExtrusionEntity.hpp Variable-width thin walls. Yay! 2016-03-19 19:40:11 +01:00
ExtrusionEntityCollection.cpp Variable-width gap fill. Yay! #2960 2016-03-19 19:20:04 +01:00
ExtrusionEntityCollection.hpp Variable-width gap fill. Yay! #2960 2016-03-19 19:20:04 +01:00
ExtrusionSimulator.cpp Disable optimizations and debug check even in debug mode. 2016-04-14 11:17:44 +02:00
ExtrusionSimulator.hpp Simulation of extrusion in a plane, useful for finding out under / over-extruions. 2016-04-11 17:10:13 +02:00
Flow.cpp Bugfix: missing include assert.h #3155 2015-12-11 21:36:51 +01:00
Flow.hpp Bugfix: external details were simplified too much when using default settings at low layer height, because the internal flow was erroneously taken into account. #2807 2015-12-19 16:46:56 +01:00
GCode.cpp Merge pull request #3120 from Vicious-one/patch-1 2016-05-18 23:01:19 -05:00
GCode.hpp Use float for elapsed_time 2016-04-13 01:13:42 +08:00
GCodeSender.cpp Make GCodeSender more robust (keep more than one sent line) and fix a memory access problem in the asio write buffer 2016-03-13 18:27:02 +01:00
GCodeSender.hpp Make GCodeSender more robust (keep more than one sent line) and fix a memory access problem in the asio write buffer 2016-03-13 18:27:02 +01:00
GCodeWriter.cpp Fix cooling not working if !gcode_comments 2016-05-12 23:35:39 +08:00
GCodeWriter.hpp Fix cooling not working if !gcode_comments 2016-05-12 23:35:39 +08:00
Geometry.cpp Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
Geometry.hpp Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
Layer.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Layer.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
LayerRegion.cpp Fixed a typo when SLIC3R_DEBUG is active. 2016-04-10 19:13:08 +02:00
libslic3r.h Meged with release_candidate_1_3 2016-09-12 11:29:39 +02: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 When loading an AMF file having multiple objects that look like multiple parts of a single object, prompt user and ask how to consider it. #2970 2016-03-19 22:24:20 +01:00
Model.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +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 Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
MultiPoint.hpp Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
PerimeterGenerator.cpp More refactoring to medial axis and gap fill, more robust 2016-05-20 17:03:57 +02:00
PerimeterGenerator.hpp Variable-width thin walls. Yay! 2016-03-19 19:40:11 +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 Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
Point.hpp Meged with release_candidate_1_3 2016-09-12 11:29:39 +02:00
Polygon.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Polygon.hpp Variable-width gap fill. Yay! #2960 2016-03-19 19:20:04 +01:00
Polyline.cpp Rewritten the medial axis algorithm, now more robust (don't just prune MAT from endpoints, but validate all single edges) 2016-03-26 01:45:08 +01:00
Polyline.hpp Rewritten the medial axis algorithm, now more robust (don't just prune MAT from endpoints, but validate all single edges) 2016-03-26 01:45:08 +01:00
PolylineCollection.cpp Vojtech likes to use Sublime on Windows to get the wheels rolling. 2016-04-11 17:05:58 +02:00
PolylineCollection.hpp The chaining and leftmost_point methods were rewritten as static methods, so they may be called on Polylines without having to convert to PolylineCollection first. 2016-04-10 19:32:39 +02:00
Print.cpp New --retract-lift-above and --retract-lift-below options. #763 #3057 2015-12-18 18:36:39 +01:00
Print.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
PrintConfig.cpp Mention anti-ooze sacrificial skirt feature. 2016-06-01 17:47:54 -04:00
PrintConfig.hpp Fixed a crash in a constructor of FullPrintConfig due to an incorrect use 2016-08-21 19:09:31 +02:00
PrintObject.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
PrintRegion.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
SupportMaterial.hpp Ported Print::bounding_box(), Print::total_bounding_box(), Print::skirt_flow(), Print:skirt_first_layer_height() to XS 2014-12-12 22:43:56 +01:00
Surface.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Surface.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
SurfaceCollection.cpp Fixes and improvements to MotionPlanner, much smarter now 2015-12-21 14:46:35 +01:00
SurfaceCollection.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
SVG.cpp Close SVG file when the object gets deallocated. 2016-04-15 17:57:38 +02:00
SVG.hpp Close SVG file when the object gets deallocated. 2016-04-15 17:57:38 +02:00
TriangleMesh.cpp Optimized and improved rectilinear fill. 2016-04-13 20:45:44 +02:00
TriangleMesh.hpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
utils.cpp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00