OrcaSlicer/xs/src/libslic3r
2018-09-21 11:43:30 +02:00
..
Fill Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
Format Fixed import of rotations from 3mf files 2018-09-21 10:18:56 +02:00
GCode Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
Rasterizer Refactoring member variable names for my classes to match our coding style. 2018-09-19 14:54:37 +02:00
BoundingBox.cpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
BoundingBox.hpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
BridgeDetector.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
BridgeDetector.hpp New feature: Bridging angle override through a bridge_angle config 2017-07-31 16:23:52 +02:00
ClipperUtils.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
ClipperUtils.hpp Fix of extraneous infill over thin walls. 2018-05-18 09:52:09 +02:00
Config.cpp Merge remote-tracking branch 'origin/master' into feature_slice_to_png 2018-07-18 10:14:28 +02:00
Config.hpp Merge remote-tracking branch 'origin/dev' into sla_base_pool 2018-08-27 09:53:52 +02:00
EdgeGrid.cpp Merged with dev 2018-09-17 15:12:13 +02:00
EdgeGrid.hpp Merged with dev 2018-09-17 15:12:13 +02:00
ExPolygon.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
ExPolygon.hpp Removed the Point::wkt() and Point::dump_perl() methods. 2018-08-17 16:54:07 +02:00
ExPolygonCollection.cpp Merged with dev 2018-09-17 15:12:13 +02: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 Removed Point::scale(),translate(),coincides_with(),distance_to(), 2018-08-17 14:14:24 +02:00
ExtrusionEntity.hpp Merged with dev 2018-09-17 15:12:13 +02:00
ExtrusionEntityCollection.cpp First steps in reorganizing infill order (to use infill instead of the wipe tower) 2018-05-24 14:05:51 +02:00
ExtrusionEntityCollection.hpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
ExtrusionSimulator.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
ExtrusionSimulator.hpp Fixes after the merge of changes by @alexrj. 2016-12-08 19:02:16 +01:00
FileParserError.hpp Ported the AboutDialog to C++, thanks @alexrj for the work. 2018-04-09 17:03:37 +02:00
Flow.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
Flow.hpp Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
GCode.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
GCode.hpp Merged with dev 2018-09-17 15:12:13 +02:00
GCodeReader.cpp Merged with dev 2018-09-12 11:59:02 +02:00
GCodeReader.hpp T1 and M702 C are now evaluated by the time estimator to add the new 2018-08-04 17:38:25 +02:00
GCodeSender.cpp Utils: Serial port printer communication abstraction 2018-07-27 13:27:52 +02:00
GCodeSender.hpp Fix: GCodeSender: Line number resynchronisation 2018-06-07 15:41:34 +02:00
GCodeTimeEstimator.cpp WIP: Background processing. 2018-09-14 09:28:00 +02:00
GCodeTimeEstimator.hpp Export the first M73 line to gcode before custom gcode 2018-09-07 16:05:10 +02:00
GCodeWriter.cpp Replaced this->m_xxx with just m_xxx 2018-09-10 09:11:49 +02:00
GCodeWriter.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Geometry.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
Geometry.hpp Fixed conflicts after merging with master 2018-08-27 14:00:53 +02:00
I18N.hpp Provide a callback to libslic3r to translate texts. 2018-06-20 18:33:46 +02:00
Int128.hpp Working arrange_objects with DJD selection heuristic and a bottom-left placement strategy. 2018-05-17 10:37:26 +02:00
Layer.cpp Merged with dev 2018-09-12 11:59:02 +02:00
Layer.hpp Improved constness of the Print / PrintObject / Layer ... 2018-09-11 14:04:47 +02:00
LayerRegion.cpp Merged with dev 2018-09-17 15:12:13 +02:00
libslic3r.h Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
Line.cpp Tweaks to GLGizmoFlatten 2018-08-28 09:03:03 +02:00
Line.hpp Tweaks to GLGizmoFlatten 2018-08-28 09:03:03 +02:00
Model.cpp 1st installment of ModelInstance 3D rotation components 2018-09-20 15:00:40 +02:00
Model.hpp Merge branch 'dev2' into lm_sla_supports_ui 2018-09-21 11:43:30 +02:00
ModelArrange.hpp 1st installment of ModelInstance 3D rotation components 2018-09-20 15:00:40 +02:00
MotionPlanner.cpp Removed Point::scale(),translate(),coincides_with(),distance_to(), 2018-08-17 14:14:24 +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 Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +02:00
MultiPoint.hpp Merged with dev 2018-09-17 15:12:13 +02:00
MutablePriorityQueue.hpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
PerimeterGenerator.cpp Improved constness of the Print / PrintObject / Layer ... 2018-09-11 14:04:47 +02:00
PerimeterGenerator.hpp Merged with dev 2018-09-12 11:59:02 +02:00
PlaceholderParser.cpp Merged with dev 2018-09-12 11:59:02 +02:00
PlaceholderParser.hpp Improved constness of the Print / PrintObject / Layer ... 2018-09-11 14:04:47 +02:00
Point.cpp Tweaks to GLGizmoFlatten 2018-08-28 09:03:03 +02:00
Point.hpp Merged with dev 2018-09-17 15:12:13 +02:00
Polygon.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
Polygon.hpp Merged with dev 2018-09-17 15:12:13 +02:00
Polyline.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
Polyline.hpp Merged with dev 2018-09-17 15:12:13 +02:00
PolylineCollection.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
PolylineCollection.hpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
Print.cpp Removed explicit dependency of wxWidgets from PrintExport.hpp 2018-09-18 19:13:56 +02:00
Print.hpp Fix of compilation on Linux, disabled -Wreorder 2018-09-17 17:17:38 +02:00
PrintConfig.cpp Merged with dev 2018-09-17 15:12:13 +02:00
PrintConfig.hpp Merged with dev 2018-09-17 15:12:13 +02:00
PrintExport.hpp Refactoring member variable names for my classes to match our coding style. 2018-09-19 14:54:37 +02:00
PrintObject.cpp Merged with dev 2018-09-17 15:12:13 +02:00
PrintRegion.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
SLABasePool.cpp Merged with dev 2018-09-12 11:59:02 +02:00
SLABasePool.hpp added max merge distance parameter 2018-08-28 10:52:18 +02:00
Slicing.cpp Merged with dev 2018-09-17 15:12:13 +02:00
Slicing.hpp Fixed regression bugs regarding print validation, 2017-12-01 18:55:57 +01:00
SlicingAdaptive.cpp d .. 2018-08-22 15:03:35 +02:00
SlicingAdaptive.hpp Support for user definable variable layer thickness, the C++ backend. 2016-12-12 17:53:38 +01:00
SupportMaterial.cpp Build fixes, conversion of wxString into utf-8 std::string 2018-09-19 10:55:00 +02:00
SupportMaterial.hpp Merged with dev 2018-09-17 15:12:13 +02:00
Surface.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
Surface.hpp C++ compiler suppressed default constructor and assignment operator 2017-03-08 14:22:49 +01:00
SurfaceCollection.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
SurfaceCollection.hpp Merged with dev 2018-09-17 15:12:13 +02:00
SVG.cpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
SVG.hpp Utility function SVG::export_expolygons() to paint a set of possibly 2017-03-02 16:32:43 +01:00
Technologies.hpp 1st installment of ModelInstance 3D rotation components 2018-09-20 15:00:40 +02:00
TriangleMesh.cpp Replaced CONFESS with throw std::exception in libslic3r, so now 2018-09-18 10:09:58 +02:00
TriangleMesh.hpp Merged with dev 2018-09-17 15:12:13 +02:00
utils.cpp Merge branch 'dev2' into lm_sla_supports_ui 2018-09-21 11:43:30 +02:00
Utils.hpp Fixed import of rotations from 3mf files 2018-09-21 10:18:56 +02:00