PrusaSlicer-NonPlainar/xs/src/libslic3r
2018-08-23 15:37:38 +02:00
..
Fill Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Format Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
GCode Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +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 gcc / clang did not like backslashes inside comments 2018-06-28 21:46:23 +02:00
Config.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
EdgeGrid.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
EdgeGrid.hpp
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
ExPolygonCollection.hpp
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
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 Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +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 Fixed inccorect (excessive) time estimates with the MMU 2.0 2018-08-07 14:15:37 +02:00
GCodeTimeEstimator.hpp T1 and M702 C are now evaluated by the time estimator to add the new 2018-08-04 17:38:25 +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 Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Geometry.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +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 Completely replaced the homebrew Pointf3 class with Eigen Vec3d. 2018-08-21 17:43:05 +02:00
Line.cpp Completely replaced the homebrew Pointf3 class with Eigen Vec3d. 2018-08-21 17:43:05 +02:00
Line.hpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
Model.cpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
Model.hpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
ModelArrange.hpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
MotionPlanner.cpp Removed Point::scale(),translate(),coincides_with(),distance_to(), 2018-08-17 14:14:24 +02:00
MotionPlanner.hpp
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
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 Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
Point.hpp Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +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 Completely replaced the homebrew Pointf3 class with Eigen Vec3d. 2018-08-21 17:43:05 +02:00
Print.hpp Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +02:00
PrintConfig.cpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
PrintConfig.hpp Added possibility for upload to Duet 2018-08-21 11:12:53 +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
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
SupportMaterial.cpp Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
SupportMaterial.hpp
Surface.cpp Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
Surface.hpp
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
TriangleMesh.cpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
TriangleMesh.hpp Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
utils.cpp Added xml escape characters detection when exporting object and volumes names to 3mf files 2018-07-23 14:39:50 +02:00
Utils.hpp Added xml escape characters detection when exporting object and volumes names to 3mf files 2018-07-23 14:39:50 +02:00