PrusaSlicer-NonPlainar/xs/src/libslic3r
Alessandro Ranellucci 249a48d68d Releasing 1.2.7
2015-05-24 17:39:27 +02:00
..
GUI Fixed minor issue in 3D preview causing single-line toolpaths to miss the cap on one endpoint 2015-01-28 23:35:48 +01:00
BoundingBox.cpp
BoundingBox.hpp
BridgeDetector.cpp Fixed regression causing random failures in bridge direction detection. #2636 2015-02-27 21:55:02 +01:00
BridgeDetector.hpp
ClipperUtils.cpp Ported PrintObject::bridge_over_infill() to XS 2014-12-24 10:20:55 +01:00
ClipperUtils.hpp Ported PrintObject::bridge_over_infill() to XS 2014-12-24 10:20:55 +01:00
Config.cpp
Config.hpp Refactoring in PlaceholderParser 2015-05-02 21:43:22 +02:00
ExPolygon.cpp Fixes and improvements to thin wall detection. #2829 2015-05-22 01:46:01 +02:00
ExPolygon.hpp Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother paths and several edge cases now handled better 2015-01-06 20:52:36 +01:00
ExPolygonCollection.cpp Fixed regression causing random failures in bridge direction detection. #2636 2015-02-27 21:55:02 +01:00
ExPolygonCollection.hpp Fixed regression causing random failures in bridge direction detection. #2636 2015-02-27 21:55:02 +01:00
Extruder.cpp Option to use volumetric E values. #1746 2015-01-05 19:39:10 +01:00
Extruder.hpp
ExtrusionEntity.cpp Bugfix: crash when rendering lines with zero length in 3D preview. #2569 2015-01-25 15:21:45 +01:00
ExtrusionEntity.hpp Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761 2015-04-12 20:16:27 +02:00
ExtrusionEntityCollection.cpp Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761 2015-04-12 20:16:27 +02:00
ExtrusionEntityCollection.hpp Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761 2015-04-12 20:16:27 +02:00
Flow.cpp Populate ExtrusionPath::height correctly in case of bridge 2015-01-18 01:07:22 +01:00
Flow.hpp
GCode.hpp
GCodeWriter.cpp Change end_program() to postamble() 2015-02-15 17:09:17 +01:00
GCodeWriter.hpp Change end_program() to postamble() 2015-02-15 17:09:17 +01:00
Geometry.cpp Fixes and improvements to thin wall detection. #2829 2015-05-22 01:46:01 +02:00
Geometry.hpp More robust medial axis pruning. #2800 2015-05-13 20:50:30 +02:00
Layer.cpp Ported Layer::merge_slices() to XS 2015-04-16 20:44:55 +02:00
Layer.hpp Ported Layer::merge_slices() to XS 2015-04-16 20:44:55 +02:00
LayerRegion.cpp Better and more robust implementation of infill_only_where_needed 2015-02-23 00:44:51 +01:00
libslic3r.h Releasing 1.2.7 2015-05-24 17:39:27 +02:00
Line.cpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Line.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Model.cpp Use radians everywhere, including ModelInstance::rotation 2015-05-03 18:40:00 +02:00
Model.hpp Use radians everywhere, including ModelInstance::rotation 2015-05-03 18:40:00 +02:00
MotionPlanner.cpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
MotionPlanner.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
MultiPoint.cpp Bugfix: crash when rendering lines with zero length in 3D preview. #2569 2015-01-25 15:21:45 +01:00
MultiPoint.hpp Bugfix: crash when rendering lines with zero length in 3D preview. #2569 2015-01-25 15:21:45 +01:00
PlaceholderParser.cpp Refactoring in PlaceholderParser 2015-05-02 21:43:22 +02:00
PlaceholderParser.hpp Refactoring in PlaceholderParser 2015-05-02 21:43:22 +02:00
Point.cpp Refactoring in PlaceholderParser 2015-05-02 21:43:22 +02:00
Point.hpp Refactoring in PlaceholderParser 2015-05-02 21:43:22 +02:00
Polygon.cpp Added a new Slic3r::Geometry::simplify_polygons() function 2015-01-30 18:33:20 +01:00
Polygon.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Polyline.cpp Faster (but less precise) implementation of simplify_by_visibility(), since it was the bottleneck of avoid_crossing_perimeters. #2777 2015-05-18 19:28:59 +02:00
Polyline.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
PolylineCollection.cpp
PolylineCollection.hpp
Print.cpp Bugfix: changes to the resolution config option didn't trigger reslicing. #2795 2015-04-29 19:22:44 +02:00
Print.hpp Use support material layer height for raft layer instead of object layer height. #2723 2015-03-09 19:36:23 +01:00
PrintConfig.cpp Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled 2015-03-06 09:56:58 +01:00
PrintConfig.hpp Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled 2015-03-06 09:56:58 +01:00
PrintObject.cpp Bugfix: changes to the resolution config option didn't trigger reslicing. #2795 2015-04-29 19:22:44 +02:00
PrintRegion.cpp New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618 2014-12-17 00:34:00 +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 Limit "Only retract when crossing perimeters" so that retraction is triggered also when crossing the boundaries of a single region. #2298 2014-12-09 01:08:58 +01:00
Surface.hpp Limit "Only retract when crossing perimeters" so that retraction is triggered also when crossing the boundaries of a single region. #2298 2014-12-09 01:08:58 +01:00
SurfaceCollection.cpp Refactored the travel/retract/avoid_crossing_perimeters logic. Several edge cases are now handled correctly. #2498 2015-01-06 14:52:03 +01:00
SurfaceCollection.hpp Fixed one more case where only_retract_when_crossing_perimeters didn't apply. #2498 2015-01-06 11:29:34 +01:00
SVG.cpp Bugfix: tangent horizontal mesh surfaces were not included in slices under rare circumstances, generating almost invalid polygons that confused Clipper and caused skipped layers. Includes regression test 2015-01-28 13:00:38 +01:00
SVG.hpp Bugfix: tangent horizontal mesh surfaces were not included in slices under rare circumstances, generating almost invalid polygons that confused Clipper and caused skipped layers. Includes regression test 2015-01-28 13:00:38 +01:00
TriangleMesh.cpp Use radians everywhere, including ModelInstance::rotation 2015-05-03 18:40:00 +02:00
TriangleMesh.hpp Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes constants 2015-04-16 21:22:04 +02:00
utils.cpp