OrcaSlicer/xs/src/libslic3r
2017-07-14 17:30:54 +02:00
..
Fill A bit of clean-up in FillRectilinear2.cpp 2017-07-11 11:42:21 +02:00
Format Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
GCode Fix of "Cooling fan problem Slic3r 1.35.5.16 " 2017-07-13 12:11:00 +02:00
BoundingBox.cpp BoundingBox, Print - methods inlined, added const accessors. 2017-03-13 16:03:11 +01:00
BoundingBox.hpp New BoundingBox3 class. 2017-06-06 19:12:46 +02:00
BridgeDetector.cpp Some beautification and C++11 adaptation. 2017-03-28 13:25:10 +02:00
BridgeDetector.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ClipperUtils.cpp Fix of https://github.com/prusa3d/Slic3r/issues/214 2017-04-04 11:17:25 +02:00
ClipperUtils.hpp Experimental feature, which may make the Clipper offsets run faster 2017-07-13 15:52:19 +02:00
Config.cpp gcc and clang did not like throwing std::exceptions with a cstring arugment 2017-06-14 20:33:20 +02:00
Config.hpp Ported config load / stored to C++, thanks @alexrj 2017-06-14 17:51:14 +02:00
EdgeGrid.cpp Use Vertex Buffer Objects for rendering of 3D volumes if possible. 2017-03-16 14:02:28 +01:00
EdgeGrid.hpp Use Vertex Buffer Objects for rendering of 3D volumes if possible. 2017-03-16 14:02:28 +01:00
ExPolygon.cpp Adapted BoundingBox get_extents(const ExPolygons &expolygons) 2017-04-05 09:52:06 +02:00
ExPolygon.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExPolygonCollection.cpp Reworked the bridge detector to allow searching a single bridging 2016-11-08 09:59:25 +01:00
ExPolygonCollection.hpp Ported from the playground branch. Various documentation and optimization. 2016-09-13 13:30:00 +02:00
Extruder.cpp Include the wipe tower print time into the cooling time. 2017-06-22 15:18:37 +02:00
Extruder.hpp Include the wipe tower print time into the cooling time. 2017-06-22 15:18:37 +02:00
ExtrusionEntity.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExtrusionEntity.hpp Fix of "Problem with larger brim overlapping " 2017-07-07 16:40:23 +02:00
ExtrusionEntityCollection.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExtrusionEntityCollection.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExtrusionSimulator.cpp Fixes after the merge of changes by @alexrj. 2016-12-08 19:02:16 +01:00
ExtrusionSimulator.hpp Fixes after the merge of changes by @alexrj. 2016-12-08 19:02:16 +01:00
Flow.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
Flow.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
GCode.cpp A bit of clean-up in GCode.cpp 2017-07-11 11:42:55 +02:00
GCode.hpp Fix of a cooling buffer over multiple extruders. 2017-06-30 19:07:14 +02:00
GCodeReader.cpp Finalized implementation of a cooling buffer for multiple extruders 2017-06-30 17:05:58 +02:00
GCodeReader.hpp Finalized implementation of a cooling buffer for multiple extruders 2017-06-30 17:05:58 +02:00
GCodeSender.cpp Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
GCodeSender.hpp G code generator will include marks for the G-code analyzer, so 2016-09-26 12:52:40 +02:00
GCodeTimeEstimator.cpp Removed a broken Arc Fitting feature. 2017-04-26 14:24:31 +02:00
GCodeTimeEstimator.hpp Removed a broken Arc Fitting feature. 2017-04-26 14:24:31 +02:00
GCodeWriter.cpp Refactored the cooling buffer: Removed ElapsedTime. 2017-06-30 20:01:32 +02:00
GCodeWriter.hpp Refactored the cooling buffer: Removed ElapsedTime. 2017-06-30 20:01:32 +02:00
Geometry.cpp Fixed tool ordering for sequential prints. 2017-05-17 19:25:36 +02:00
Geometry.hpp Fixed some instance of simplify_polygons() invocation. 2017-03-22 15:35:09 +01:00
Layer.cpp Fix of "Modifier meshes don't work for speed modifications" 2017-07-14 17:30:54 +02:00
Layer.hpp Inlined Surface::any_internal_contains / any_bottom_contains 2017-07-10 13:15:36 +02:00
LayerRegion.cpp Parallelize PrintObject::process_external_surfaces() 2017-03-07 17:43:43 +01:00
libslic3r.h Prusa Multi Material: Improved path planning when jumping to the wipe tower. 2017-05-18 16:53:19 +02:00
Line.cpp More refactoring to medial axis and gap fill, more robust 2016-05-20 17:03:57 +02:00
Line.hpp Limit the object movement to the vincinity of the print bed. 2017-06-08 11:02:29 +02:00
Model.cpp Compilation issue on Linux & OSX 2017-06-21 14:12:11 +02:00
Model.hpp New feature: Splitting an object into a multi-part volume. 2017-06-15 15:38:15 +02:00
MotionPlanner.cpp Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24 2017-06-02 13:33:19 +02:00
MotionPlanner.hpp Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24 2017-06-02 13:33:19 +02:00
MultiPoint.cpp Implemented rotation of the support structure. 2017-06-08 14:02:37 +02:00
MultiPoint.hpp Implemented rotation of the support structure. 2017-06-08 14:02:37 +02:00
MutablePriorityQueue.hpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
PerimeterGenerator.cpp Merged support_fills with support_interface_fills. 2017-04-07 17:37:30 +02:00
PerimeterGenerator.hpp Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
PlaceholderParser.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
PlaceholderParser.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
Point.cpp Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24 2017-06-02 13:33:19 +02:00
Point.hpp Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24 2017-06-02 13:33:19 +02:00
Polygon.cpp Limit the object movement to the vincinity of the print bed. 2017-06-08 11:02:29 +02:00
Polygon.hpp Implemented rotation of the support structure. 2017-06-08 14:02:37 +02:00
Polyline.cpp new function remove_degenerate(Polylines ...) 2017-01-25 18:23:57 +01:00
Polyline.hpp Created a total_lengt() free function for Polygons and Polylines. 2017-02-02 16:03:32 +01:00
PolylineCollection.cpp Copy and move variants of chained_path functions 2016-11-02 22:31:03 +02:00
PolylineCollection.hpp Copy and move variants of chained_path functions 2016-11-02 22:31:03 +02:00
Print.cpp Fix of "Problem with larger brim overlapping " 2017-07-07 16:40:23 +02:00
Print.hpp Fix of "Problem with larger brim overlapping " 2017-07-07 16:40:23 +02:00
PrintConfig.cpp When setting an override extruder in the Object Settings dialog, 2017-07-11 11:41:23 +02:00
PrintConfig.hpp Implementation of "XY size Compensation for first layer" 2017-06-26 16:28:10 +02:00
PrintObject.cpp Implementation of "XY size Compensation for first layer" 2017-06-26 16:28:10 +02:00
PrintRegion.cpp Some beautification and C++11 adaptation. 2017-03-28 13:25:10 +02:00
Slicing.cpp Fix of 2017-06-05 12:02:26 +02:00
Slicing.hpp Implemented raft support for the wipe tower 2017-06-08 16:58:29 +02:00
SlicingAdaptive.cpp Fix compilation on Linux. 2016-12-12 18:59:35 +01:00
SlicingAdaptive.hpp Support for user definable variable layer thickness, the C++ backend. 2016-12-12 17:53:38 +01:00
SupportMaterial.cpp Fixed "Too much support generated for buildplate only supports" 2017-07-07 18:06:41 +02:00
SupportMaterial.hpp Finalized the experimental "synchronize support layers with object layers" 2017-04-10 12:00:07 +02:00
Surface.cpp Surface / Surface Collection - optimization routines for filtering, 2016-09-26 12:42:44 +02:00
Surface.hpp C++ compiler suppressed default constructor and assignment operator 2017-03-08 14:22:49 +01:00
SurfaceCollection.cpp Inlined Surface::any_internal_contains / any_bottom_contains 2017-07-10 13:15:36 +02:00
SurfaceCollection.hpp Inlined Surface::any_internal_contains / any_bottom_contains 2017-07-10 13:15:36 +02:00
SVG.cpp Utility function SVG::export_expolygons() to paint a set of possibly 2017-03-02 16:32:43 +01:00
SVG.hpp Utility function SVG::export_expolygons() to paint a set of possibly 2017-03-02 16:32:43 +01:00
TriangleMesh.cpp New feature: Splitting an object into a multi-part volume. 2017-06-15 15:38:15 +02:00
TriangleMesh.hpp New feature: Splitting an object into a multi-part volume. 2017-06-15 15:38:15 +02:00
utils.cpp Set boost tracing level on DLL initialization to errors only. 2017-03-03 14:38:25 +01:00
Utils.hpp Rewrote next_highest_power_of_2 as a template as OSX had issues with 2017-03-28 18:02:26 +02:00