OrcaSlicer/xs/src/libslic3r
Alessandro Ranellucci 8b6a8e6307 Ported PlaceholderParser::update_timestamp() to XS
Note that Slic3r version number is now located in libslic3r.h
2014-11-09 20:41:43 +01:00
..
BoundingBox.cpp Ported more things to XS 2014-09-21 10:51:36 +02:00
BoundingBox.hpp Ported more things to XS 2014-09-21 10:51:36 +02:00
ClipperUtils.cpp Ported Print::validate() to XS 2014-11-09 15:27:34 +01:00
ClipperUtils.hpp Ported Print::validate() to XS 2014-11-09 15:27:34 +01:00
Config.cpp Ported some methods including add_model_object() and apply_config() to XS 2014-11-09 12:25:59 +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 Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
ExPolygon.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
ExPolygonCollection.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
ExPolygonCollection.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02: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 Workaround Clipper changing point coordinates while performing simplify_polygons(), thus causing a crash in Slic3r. #2306 2014-11-08 12:56:14 +01:00
ExtrusionEntity.hpp Workaround Clipper changing point coordinates while performing simplify_polygons(), thus causing a crash in Slic3r. #2306 2014-11-08 12:56:14 +01:00
ExtrusionEntityCollection.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
ExtrusionEntityCollection.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02: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 Ported GCodeWriter to XS (faster G-code export!) 2014-11-09 19:02:45 +01:00
GCodeWriter.hpp Ported GCodeWriter to XS (faster G-code export!) 2014-11-09 19:02:45 +01:00
Geometry.cpp Ported Print::validate() to XS 2014-11-09 15:27:34 +01:00
Geometry.hpp Ported Print::validate() to XS 2014-11-09 15:27:34 +01:00
Layer.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
Layer.hpp Ported LayerRegion::make_slices() to XS 2014-11-09 16:24:07 +01:00
LayerRegion.cpp Ported LayerRegion::make_slices() to XS 2014-11-09 16:24:07 +01:00
libslic3r.h Ported PlaceholderParser::update_timestamp() to XS 2014-11-09 20:41:43 +01:00
Line.cpp Fix numerical issue on Win32 2014-08-04 15:05:36 +02:00
Line.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
Model.cpp Ported more things to XS 2014-09-21 10:51:36 +02:00
Model.hpp Added comment 2014-10-25 11:10:44 +02:00
MotionPlanner.cpp Bugfix: crash in some circumstances when avoid_crossing_perimeters is enabled. #2266 2014-10-15 00:59:26 +02: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 Ported Print::validate() to XS 2014-11-09 15:27:34 +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 Ported some methods including add_model_object() and apply_config() to XS 2014-11-09 12:25:59 +01:00
Point.hpp Ported some methods including add_model_object() and apply_config() to XS 2014-11-09 12:25:59 +01:00
Polygon.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
Polygon.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
Polyline.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
Polyline.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02: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 Ported Print::validate() to XS 2014-11-09 15:27:34 +01:00
Print.hpp Ported Print::validate() to XS 2014-11-09 15:27:34 +01:00
PrintConfig.cpp Removed --g0 2014-10-21 21:41:11 +02:00
PrintConfig.hpp Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::Writer 2014-10-25 10:42:07 +02:00
PrintObject.cpp Ported some methods including add_model_object() and apply_config() to XS 2014-11-09 12:25:59 +01:00
PrintRegion.cpp Fix error in PrintRegion::flow() port 2014-08-03 20:02:58 +02:00
Surface.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
Surface.hpp Ported LayerRegion::make_slices() to XS 2014-11-09 16:24:07 +01:00
SurfaceCollection.cpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02:00
SurfaceCollection.hpp Moved C++ code into new libslic3r directory 2014-08-03 19:42:29 +02: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 Ported more things to XS 2014-09-21 10:51:36 +02: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