| .. |
|
Fill
|
Fills were reimplemented in C++.
|
2016-04-11 17:08:30 +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
|
New method to rotate only polygons, not translate.
|
2016-04-10 19:12:32 +02:00 |
|
ExPolygon.hpp
|
New method to rotate only polygons, not translate.
|
2016-04-10 19:12:32 +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
|
Force the 'nearest' strategy for starting skirt loops
|
2015-12-21 15:02:39 +01:00 |
|
GCode.hpp
|
Fixed error in porting causing wrong moves with avoid_crossing_perimeters
|
2015-12-19 14:49:29 +01: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 regression in lift, includes regression test
|
2015-12-19 12:44:22 +01:00 |
|
GCodeWriter.hpp
|
Remove any Perl related code from libslic3r
|
2015-12-08 00:39:54 +01:00 |
|
Geometry.cpp
|
Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG is set.
|
2016-03-27 10:53:59 +02:00 |
|
Geometry.hpp
|
Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG is set.
|
2016-03-27 10:53:59 +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
|
Added a macro SLIC3R_CPPVER to indicate the C++ language version supported by the compiler.
|
2016-04-10 19:07:34 +02:00 |
|
Line.cpp
|
Fixed type error
|
2016-03-26 12:21:54 +01:00 |
|
Line.hpp
|
Variable-width gap fill. Yay! #2960
|
2016-03-19 19:20:04 +01: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
|
Vojtech likes to use Sublime on Windows to get the wheels rolling.
|
2016-04-11 17:05:58 +02:00 |
|
MultiPoint.hpp
|
Added optimized methods for point and polyline rotation.
|
2016-04-10 19:06:46 +02:00 |
|
PerimeterGenerator.cpp
|
Tune gap fill and thin walls to less extreme values
|
2016-03-26 18:37:37 +01:00 |
|
PerimeterGenerator.hpp
|
Variable-width thin walls. Yay!
|
2016-03-19 19:40:11 +01:00 |
|
PlaceholderParser.cpp
|
Fix compilation
|
2015-12-08 11:01:12 +01:00 |
|
PlaceholderParser.hpp
|
Remove any Perl related code from libslic3r
|
2015-12-08 00:39:54 +01:00 |
|
Point.cpp
|
Added optimized methods for point and polyline rotation.
|
2016-04-10 19:06:46 +02:00 |
|
Point.hpp
|
Added optimized methods for point and polyline rotation.
|
2016-04-10 19:06:46 +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
|
Raise allowed temperatures to 500°C. #3114
|
2016-03-14 00:08:08 +01:00 |
|
PrintConfig.hpp
|
New --retract-lift-above and --retract-lift-below options. #763 #3057
|
2015-12-18 18:36:39 +01: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
|
Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG is set.
|
2016-03-27 10:53:59 +02:00 |
|
SVG.hpp
|
Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG is set.
|
2016-03-27 10:53:59 +02:00 |
|
TriangleMesh.cpp
|
Vojtech likes to use Sublime on Windows to get the wheels rolling.
|
2016-04-11 17:05:58 +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 |