PrusaSlicer-NonPlainar/xs/src/libslic3r
2015-02-15 17:09:17 +01: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 Ported Slic3r::BridgeDetector to XS 2014-11-15 22:41:22 +01:00
BoundingBox.hpp Ported Slic3r::BridgeDetector to XS 2014-11-15 22:41:22 +01:00
BridgeDetector.cpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
BridgeDetector.hpp Ported Slic3r::BridgeDetector to XS 2014-11-15 22:41:22 +01:00
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 --spiral-vase now automatically overrides --perimeters, --top-solid-layers and --fill-density instead of throwing incompatibility error. #2360 2014-11-22 23:10:18 +01:00
Config.hpp Use std::getline to deserialize point list coords, fixes #2318 2015-01-28 09:08:50 -06:00
ExPolygon.cpp Added a new Slic3r::Geometry::simplify_polygons() function 2015-01-30 18:33:20 +01: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 Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
ExPolygonCollection.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Extruder.cpp Option to use volumetric E values. #1746 2015-01-05 19:39:10 +01:00
Extruder.hpp Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::Writer 2014-10-25 10:42:07 +02:00
ExtrusionEntity.cpp Bugfix: crash when rendering lines with zero length in 3D preview. #2569 2015-01-25 15:21:45 +01:00
ExtrusionEntity.hpp Bugfix: crash when rendering lines with zero length in 3D preview. #2569 2015-01-25 15:21:45 +01:00
ExtrusionEntityCollection.cpp Initial work for 3D rendering of toolpaths 2015-01-15 20:06:30 +01:00
ExtrusionEntityCollection.hpp Initial work for 3D rendering of toolpaths 2015-01-15 20:06:30 +01:00
Flow.cpp Populate ExtrusionPath::height correctly in case of bridge 2015-01-18 01:07:22 +01:00
Flow.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
GCode.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
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 Added a new Slic3r::Geometry::simplify_polygons() function 2015-01-30 18:33:20 +01:00
Geometry.hpp Added a new Slic3r::Geometry::simplify_polygons() function 2015-01-30 18:33:20 +01:00
Layer.cpp Minor issue when dealing with files with empty layers at bottom. #2553 2015-01-18 12:35:05 +01:00
Layer.hpp Ported prepare_fill_surfaces() to XS/C++ 2015-02-01 12:43:58 +01:00
LayerRegion.cpp Ported prepare_fill_surfaces() to XS/C++ 2015-02-01 12:43:58 +01:00
libslic3r.h Bump version number 2015-02-09 10:53:55 +01: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 Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Model.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01: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 Ported PlaceholderParser::update_timestamp() to XS 2014-11-09 20:41:43 +01:00
PlaceholderParser.hpp Ported PlaceholderParser::update_timestamp() to XS 2014-11-09 20:41:43 +01:00
Point.cpp 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
Point.hpp Ported toolpaths rendering to C++ 2015-01-18 01:07:22 +01: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 Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Polyline.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
PolylineCollection.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
PolylineCollection.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
Print.cpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Print.hpp Don't output slic3r:z attribute in SVG for raft layers 2015-01-30 18:45:30 +01:00
PrintConfig.cpp added support Machinekit flavour GCode 2015-02-06 18:48:46 +01:00
PrintConfig.hpp added support Machinekit flavour GCode 2015-02-06 18:48:46 +01:00
PrintObject.cpp New option for customization of infill/perimeters overlap. #2459 2015-02-01 12:08:25 +01: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 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.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
utils.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00