PrusaSlicer-NonPlainar/xs/src/libslic3r
2014-12-22 11:46:16 +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 Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
BridgeDetector.hpp Ported Slic3r::BridgeDetector to XS 2014-11-15 22:41:22 +01:00
ClipperUtils.cpp Refactored ClipperUtils API for a more consistent arguments convention 2014-11-15 23:44:03 +01:00
ClipperUtils.hpp Refactored ClipperUtils API for a more consistent arguments convention 2014-11-15 23:44:03 +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 Ported some methods including add_model_object() and apply_config() to XS 2014-11-09 12:25:59 +01:00
ExPolygon.cpp Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
ExPolygon.hpp Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
ExPolygonCollection.cpp Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
ExPolygonCollection.hpp Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
Extruder.cpp Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::Writer 2014-10-25 10:42:07 +02:00
Extruder.hpp Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::Writer 2014-10-25 10:42:07 +02:00
ExtrusionEntity.cpp Fixed tests 2014-12-17 01:15:47 +01:00
ExtrusionEntity.hpp Fixed tests 2014-12-17 01:15:47 +01:00
ExtrusionEntityCollection.cpp Removed useless thing added in e79aa2e81c 2014-12-17 00:52:01 +01:00
ExtrusionEntityCollection.hpp Removed useless thing added in e79aa2e81c 2014-12-17 00:52:01 +01:00
Flow.cpp Limit automatic extrusion width for support material interface as well 2014-11-07 23:35:33 +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 Some more work on wireframe 2014-12-21 22:52:18 +01:00
GCodeWriter.hpp Some more work on wireframe 2014-12-21 22:52:18 +01:00
Geometry.cpp Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
Geometry.hpp Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
Layer.cpp Bugfix: only_retract_when_crossing_perimeters was not correctly applied on bottom layer when no bottom solid layers were printed 2014-12-22 11:46:16 +01:00
Layer.hpp Bugfix: only_retract_when_crossing_perimeters was not correctly applied on bottom layer when no bottom solid layers were printed 2014-12-22 11:46:16 +01:00
LayerRegion.cpp Refactored ClipperUtils API for a more consistent arguments convention 2014-11-15 23:44:03 +01:00
libslic3r.h Ported PlaceholderParser::update_timestamp() to XS 2014-11-09 20:41:43 +01:00
Line.cpp 3D object positioning 2014-12-16 01:12:56 +01:00
Line.hpp 3D object positioning 2014-12-16 01:12:56 +01:00
Model.cpp Keep model objects aligned to Z = 0 in plater 2014-12-12 22:43:56 +01:00
Model.hpp Keep model objects aligned to Z = 0 in plater 2014-12-12 22:43:56 +01:00
MotionPlanner.cpp Refactoring: renamed all contains_*() methods to contains() in C++ 2014-11-23 20:14:13 +01:00
MotionPlanner.hpp Bugfix: crash in some circumstances when avoid_crossing_perimeters is enabled. #2266 2014-10-15 00:59:26 +02:00
MultiPoint.cpp Ported Print::validate() to XS 2014-11-09 15:27:34 +01:00
MultiPoint.hpp Fixed wrong implementation of concave_points() and convex_points() in C++. #2384 2014-12-07 19:53:22 +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 Some more work on wireframe 2014-12-21 22:52:18 +01:00
Point.hpp Refactoring of PreviewCanvas 2014-12-15 01:28:11 +01:00
Polygon.cpp Fixed concave_points() and convex_points() after recent change of ccw_angle() 2014-12-21 23:10:38 +01:00
Polygon.hpp Fixed wrong implementation of concave_points() and convex_points() in C++. #2384 2014-12-07 19:53:22 +01:00
Polyline.cpp Ported some minor methods to XS 2014-11-15 23:06:15 +01:00
Polyline.hpp Ported some minor methods to XS 2014-11-15 23:06:15 +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 Use perimeter extruder for brim. #618 2014-12-17 00:45:05 +01:00
Print.hpp Use perimeter extruder for brim. #618 2014-12-17 00:45:05 +01:00
PrintConfig.cpp Remove the "(slow)" mark on infill patterns that used to be slow in the past 2014-12-22 10:48:05 +01:00
PrintConfig.hpp 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
PrintObject.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
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 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.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
SVG.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
SVG.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
TriangleMesh.cpp Merge pull request #2278 from hroncok/admesh98 2014-11-24 15:36:26 +01:00
TriangleMesh.hpp Ported more things to XS 2014-09-21 10:51:36 +02:00
utils.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00