OrcaSlicer/xs/src/libslic3r
2018-09-11 12:38:29 +02:00
..
Fill Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Format Fixed flatten gizmo's flattening normal 2018-09-05 14:02:08 +02:00
GCode Fixed conflicts after merging with master 2018-08-27 14:00:53 +02:00
Rasterizer Merge remote-tracking branch 'origin/eigenize' into sla_base_pool 2018-08-21 13:50:09 +02:00
BoundingBox.cpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
BoundingBox.hpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +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 Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
EdgeGrid.hpp Use Vertex Buffer Objects for rendering of 3D volumes if possible. 2017-03-16 14:02:28 +01:00
ExPolygon.cpp Removed the Point::wkt() and Point::dump_perl() methods. 2018-08-17 16:54:07 +02:00
ExPolygon.hpp Removed the Point::wkt() and Point::dump_perl() methods. 2018-08-17 16:54:07 +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 Removed Point::scale(),translate(),coincides_with(),distance_to(), 2018-08-17 14:14:24 +02:00
ExtrusionEntity.hpp Completely replaced the homebrew Pointf3 class with Eigen Vec3d. 2018-08-21 17:43:05 +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 Removed Point::scale(),translate(),coincides_with(),distance_to(), 2018-08-17 14:14:24 +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 Implemented volumetric flow rate hints, 2017-11-09 15:10:20 +01: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 Merge branch 'master' of https://github.com/prusa3d/Slic3r into dev 2018-09-07 16:07:16 +02:00
GCode.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
GCodeReader.cpp T1 and M702 C are now evaluated by the time estimator to add the new 2018-08-04 17:38:25 +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 Export the first M73 line to gcode before custom gcode 2018-09-07 16:05:10 +02:00
GCodeTimeEstimator.hpp Export the first M73 line to gcode before custom gcode 2018-09-07 16:05:10 +02:00
GCodeWriter.cpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
GCodeWriter.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Geometry.cpp Fixed conflicts after merging with master 2018-08-27 14:00:53 +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 Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
Layer.hpp Fix of 2017-12-11 17:19:55 +01:00
LayerRegion.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
libslic3r.h Merge branch 'master' of https://github.com/prusa3d/Slic3r into dev 2018-08-31 08:33:42 +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 Added Vec3d ModelInstance::transform_vector() method 2018-09-06 09:16:32 +02:00
Model.hpp Added Vec3d ModelInstance::transform_vector() method 2018-09-06 09:16:32 +02:00
ModelArrange.hpp Abort semantics added. 2018-09-11 12:36:24 +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 Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +02:00
MutablePriorityQueue.hpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
PerimeterGenerator.cpp Completely replaced the homebrew Pointf3 class with Eigen Vec3d. 2018-08-21 17:43:05 +02:00
PerimeterGenerator.hpp Fixed a typo in AppConfig 2018-05-18 08:46:33 +02:00
PlaceholderParser.cpp Removed the Point::wkt() and Point::dump_perl() methods. 2018-08-17 16:54:07 +02:00
PlaceholderParser.hpp Implemented <,>,<=,>=,or,and,||,&& operators. 2017-12-19 16:48:14 +01:00
Point.cpp Tweaks to GLGizmoFlatten 2018-08-28 09:03:03 +02:00
Point.hpp Tweaks to GLGizmoFlatten 2018-08-28 09:03:03 +02:00
Polygon.cpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Polygon.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Polyline.cpp Removed the Point::wkt() and Point::dump_perl() methods. 2018-08-17 16:54:07 +02:00
Polyline.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
PolylineCollection.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
PolylineCollection.hpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
Print.cpp Merge remote-tracking branch 'origin/cpp_progress_status_bar' into dev 2018-08-30 17:35:49 +02:00
Print.hpp Merge remote-tracking branch 'origin/cpp_progress_status_bar' into dev 2018-08-30 17:35:49 +02:00
PrintConfig.cpp fix centroid error for two points and merge with dev. 2018-08-27 16:20:13 +02:00
PrintConfig.hpp fix centroid error for two points and merge with dev. 2018-08-27 16:20:13 +02:00
PrintExport.hpp FIxed build errors caused by merge and flipped normals of the SLA pool walls. 2018-08-27 11:59:37 +02:00
PrintObject.cpp Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +02:00
PrintRegion.cpp Some beautification and C++11 adaptation. 2017-03-28 13:25:10 +02:00
SLABasePool.cpp added max merge distance parameter 2018-08-28 10:52:18 +02:00
SLABasePool.hpp added max merge distance parameter 2018-08-28 10:52:18 +02:00
Slicing.cpp Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +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 Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
SupportMaterial.hpp Finalized the experimental "synchronize support layers with object layers" 2017-04-10 12:00:07 +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 Ported PrintObject::prepare_infill & combine_infill from Perl to C++. 2017-08-02 14:24:32 +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
TriangleMesh.cpp Added ModelInstance::world_matrix() method and stl_transform using eigen transform 2018-09-04 14:42:14 +02:00
TriangleMesh.hpp Added ModelInstance::world_matrix() method and stl_transform using eigen transform 2018-09-04 14:42:14 +02:00
utils.cpp Added perl callback for three doubles 2018-09-07 14:21:04 +02:00
Utils.hpp Added perl callback for three doubles 2018-09-07 14:21:04 +02:00