..
BoundingBox.cpp
Remove any Perl related code from libslic3r
2015-12-08 00:39:54 +01:00
BoundingBox.hpp
Remove any Perl related code from libslic3r
2015-12-08 00:39:54 +01: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
Fixes and improvements to MotionPlanner, much smarter now
2015-12-21 14:46:35 +01:00
ClipperUtils.hpp
Fixes and improvements to MotionPlanner, much smarter now
2015-12-21 14:46:35 +01: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
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +02:00
ExPolygon.hpp
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +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
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
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +02:00
Geometry.hpp
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +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 regression in bridging caused by error in porting. Includes regression test. #3175
2016-03-18 22:40:29 +01:00
libslic3r.h
Updated xs/Build.PL to support Visual Studio compiler suite.
2016-08-21 21:46:17 +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
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +02:00
MultiPoint.hpp
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +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
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +02:00
Point.hpp
More refactoring to medial axis and gap fill, more robust
2016-05-20 17:03:57 +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
Remove any Perl related code from libslic3r
2015-12-08 00:39:54 +01:00
PolylineCollection.hpp
Remove any Perl related code from libslic3r
2015-12-08 00:39:54 +01: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
Variable-width gap fill. Yay! #2960
2016-03-19 19:20:04 +01:00
SVG.hpp
Variable-width gap fill. Yay! #2960
2016-03-19 19:20:04 +01:00
TriangleMesh.cpp
Minor code cleanup here and there
2015-12-19 20:27:04 +01: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