PrusaSlicer-NonPlainar/xs/src/libslic3r
2015-11-04 20:49:20 +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 Removed unused variables 2015-11-04 20:49:20 +01:00
BridgeDetector.hpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
ClipperUtils.cpp Fix signed-unsigned compare 2015-11-04 20:49:20 +01:00
ClipperUtils.hpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
Config.cpp Config: pass value as a reference 2015-11-04 20:49:20 +01:00
Config.hpp Config: pass value as a reference 2015-11-04 20:49:20 +01:00
ExPolygon.cpp Fix: memory leak in ExPolygon::triangulate_p2t 2015-11-04 20:49:20 +01:00
ExPolygon.hpp More work for porting PerimeterGenerator to XS 2015-07-07 01:17:31 +02:00
ExPolygonCollection.cpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
ExPolygonCollection.hpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
Extruder.cpp Option to use volumetric E values. #1746 2015-01-05 19:39:10 +01:00
Extruder.hpp
ExtrusionEntity.cpp Use GCodeWriter for path segments (refactoring) 2015-07-02 19:14:55 +02:00
ExtrusionEntity.hpp Finished porting PerimeterGenerator to C++ 2015-07-23 15:53:02 +02:00
ExtrusionEntityCollection.cpp Fix: Initializer list, right initialisation order 2015-11-04 20:49:19 +01:00
ExtrusionEntityCollection.hpp Ported make_perimeters() to C++ 2015-07-23 16:27:21 +02:00
Flow.cpp Populate ExtrusionPath::height correctly in case of bridge 2015-01-18 01:07:22 +01:00
Flow.hpp
GCode.cpp Removed unused variables 2015-11-04 20:49:20 +01:00
GCode.hpp Finished porting Slic3r::GCode to XS (speed boost!) 2015-07-02 20:24:16 +02:00
GCodeWriter.cpp Style fix: const for some functions 2015-11-04 20:49:19 +01:00
GCodeWriter.hpp Style fix: const for some functions 2015-11-04 20:49:19 +01:00
Geometry.cpp Raise the thickness threshold used for generating thin walls. TODO: don't enforce this at the segment level but consider the average thickness of an entire polyline and compare it to the total length. #2910 2015-06-15 17:00:10 +02:00
Geometry.hpp More robust medial axis pruning. #2800 2015-05-13 20:50:30 +02:00
Layer.cpp Fix: Initializer list, right initialisation order 2015-11-04 20:49:19 +01:00
Layer.hpp Style fix: const for some functions 2015-11-04 20:49:19 +01:00
LayerRegion.cpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
libslic3r.h Bump version number 2015-10-26 23:25:26 +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 Removed unused variables 2015-11-04 20:49:20 +01:00
Model.hpp Use radians everywhere, including ModelInstance::rotation 2015-05-03 18:40:00 +02:00
MotionPlanner.cpp Removed unused variables 2015-11-04 20:49:20 +01:00
MotionPlanner.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
MultiPoint.cpp Ported more Slic3r::GCode methods to XS 2015-07-01 23:00:52 +02:00
MultiPoint.hpp Ported more Slic3r::GCode methods to XS 2015-07-01 23:00:52 +02:00
PerimeterGenerator.cpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
PerimeterGenerator.hpp Fix: Initializer list, right initialisation order 2015-11-04 20:49:19 +01:00
PlaceholderParser.cpp Finished porting PlaceholderParser to XS 2015-07-01 19:35:22 +02:00
PlaceholderParser.hpp Finished porting PlaceholderParser to XS 2015-07-01 19:35: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 Bugfix: concave starting points were not correctly detected for slice holes. Includes regression test. #2857 2015-06-01 17:55:51 +02:00
Polygon.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
Polyline.cpp Refactoring: prefix inc/dec operators for iterators 2015-11-04 20:49:19 +01:00
Polyline.hpp Cleanup of some method signatures and of XS return types 2015-01-19 18:53:04 +01:00
PolylineCollection.cpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
PolylineCollection.hpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
Print.cpp Bugfix: changes to the resolution config option didn't trigger reslicing. #2795 2015-04-29 19:22:44 +02:00
Print.hpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
PrintConfig.cpp Include the option category for first_layer_extrusion_width. #3061 2015-11-04 19:33:49 +01:00
PrintConfig.hpp Config: pass value as a reference 2015-11-04 20:49:20 +01:00
PrintObject.cpp Fix: Initializer list, right initialisation order 2015-11-04 20:49:19 +01:00
PrintRegion.cpp Fix for -Wmaybe-uninitialized warninig 2015-11-04 20:49:20 +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 Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
Surface.hpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
SurfaceCollection.cpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
SurfaceCollection.hpp Finished porting LayerRegion to C++ 2015-10-26 23:24:46 +01:00
SVG.cpp Fix: Initializer list, right initialisation order 2015-11-04 20:49:19 +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 Fix signed-unsigned compare 2015-11-04 20:49:20 +01: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