PrusaSlicer-NonPlainar/xs/src/libslic3r
2018-02-13 15:33:45 +01:00
..
Fill Implemented volumetric flow rate hints, 2017-11-09 15:10:20 +01:00
Format 3mf - Fixed include for Linux build 2018-02-13 15:33:45 +01:00
GCode Fix of the Spiral Vase after the GCodeReader rework. 2018-01-03 21:55:32 +01:00
BoundingBox.cpp Another step towards C++ presets. 2017-10-25 12:53:31 +02:00
BoundingBox.hpp Redefined the ==, != operators of Point and BoundingBox classes 2017-10-17 14:36:30 +02:00
BridgeDetector.cpp
BridgeDetector.hpp
ClipperUtils.cpp Ported PrintObject::prepare_infill & combine_infill from Perl to C++. 2017-08-02 14:24:32 +02:00
ClipperUtils.hpp Ported PrintObject::prepare_infill & combine_infill from Perl to C++. 2017-08-02 14:24:32 +02:00
Config.cpp 3mf import/export of config data 2018-02-13 15:19:55 +01:00
Config.hpp 3mf import/export of config data 2018-02-13 15:19:55 +01:00
EdgeGrid.cpp Initial implementation of a CMake build system for the Slic3r XS module. 2017-08-16 19:05:08 +02:00
EdgeGrid.hpp
ExPolygon.cpp
ExPolygon.hpp Implemented volumetric flow rate hints, 2017-11-09 15:10:20 +01:00
ExPolygonCollection.cpp
ExPolygonCollection.hpp
Extruder.cpp
Extruder.hpp
ExtrusionEntity.cpp
ExtrusionEntity.hpp Many warnings fixed (#510) 2017-09-11 09:49:59 +02:00
ExtrusionEntityCollection.cpp
ExtrusionEntityCollection.hpp
ExtrusionSimulator.cpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
ExtrusionSimulator.hpp
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 3mf import/export of config data 2018-02-13 15:19:55 +01:00
GCode.hpp 3mf import/export of config data 2018-02-13 15:19:55 +01:00
GCodeReader.cpp Fix of the Spiral Vase after the GCodeReader rework. 2018-01-03 21:55:32 +01:00
GCodeReader.hpp Fix of the Spiral Vase after the GCodeReader rework. 2018-01-03 21:55:32 +01:00
GCodeSender.cpp CMake build process - fixes of the previous check-ins to build 2017-08-18 21:09:53 +02:00
GCodeSender.hpp CMake build process - fixes of the previous check-ins to build 2017-08-18 21:09:53 +02:00
GCodeTimeEstimator.cpp GCodeTimeEstimator - Fixed _simulate_st_synchronize() 2018-01-08 13:23:54 +01:00
GCodeTimeEstimator.hpp GCodeTimeEstimator - Fixed _simulate_st_synchronize() 2018-01-08 13:23:54 +01:00
GCodeWriter.cpp Separated the Marlin G-code flavor from the RepRap G-code flavor 2018-01-06 18:49:28 +01:00
GCodeWriter.hpp
Geometry.cpp
Geometry.hpp Many warnings fixed (#510) 2017-09-11 09:49:59 +02:00
Int128.hpp Merges https://github.com/prusa3d/Slic3r/pull/509 2017-09-11 09:58:41 +02:00
Layer.cpp Fixed a regression bug, which was made during the porting of 2017-09-14 13:15:32 +02:00
Layer.hpp Fix of 2017-12-11 17:19:55 +01:00
LayerRegion.cpp Optimization of the configuration layer: 2017-10-17 16:01:18 +02:00
libslic3r.h Optimized the GCodeReader. 2018-01-03 17:29:49 +01:00
Line.cpp
Line.hpp Many warnings fixed (#510) 2017-09-11 09:49:59 +02:00
Model.cpp 3mf import/export of config data 2018-02-13 15:19:55 +01:00
Model.hpp 3mf import/export of config data 2018-02-13 15:19:55 +01:00
MotionPlanner.cpp
MotionPlanner.hpp
MultiPoint.cpp
MultiPoint.hpp
MutablePriorityQueue.hpp
PerimeterGenerator.cpp Fix of Negative Feedrates: G1 F-3.84007e+006 stops smoothie 2018-02-02 19:48:16 +01:00
PerimeterGenerator.hpp
PlaceholderParser.cpp Fix of "Conditional gcode with "<=" condition fails" 2018-02-02 11:49:09 +01:00
PlaceholderParser.hpp Implemented <,>,<=,>=,or,and,||,&& operators. 2017-12-19 16:48:14 +01:00
Point.cpp
Point.hpp Utility functions to pass wxWidgets pointers from Perl to C++ code. 2017-10-17 20:00:15 +02:00
Polygon.cpp
Polygon.hpp Implemented volumetric flow rate hints, 2017-11-09 15:10:20 +01:00
Polyline.cpp
Polyline.hpp
PolylineCollection.cpp
PolylineCollection.hpp
Print.cpp Separated the Marlin G-code flavor from the RepRap G-code flavor 2018-01-06 18:49:28 +01:00
Print.hpp Merged the branch time_estimate 2018-01-02 10:57:30 +01:00
PrintConfig.cpp Fixed spelling of Elephant foot compensation from Elefant to Elephant. 2018-02-02 11:38:30 +01:00
PrintConfig.hpp Separated the Marlin G-code flavor from the RepRap G-code flavor 2018-01-06 18:49:28 +01:00
PrintObject.cpp Improvement of region classification numerical stability. 2017-12-14 13:26:44 +01:00
PrintRegion.cpp
Slicing.cpp
Slicing.hpp Fixed regression bugs regarding print validation, 2017-12-01 18:55:57 +01:00
SlicingAdaptive.cpp
SlicingAdaptive.hpp
SupportMaterial.cpp Fix of 2017-12-11 17:19:55 +01:00
SupportMaterial.hpp
Surface.cpp
Surface.hpp
SurfaceCollection.cpp
SurfaceCollection.hpp Ported PrintObject::prepare_infill & combine_infill from Perl to C++. 2017-08-02 14:24:32 +02:00
SVG.cpp Unicode handling: 2017-08-03 17:31:31 +02:00
SVG.hpp
TriangleMesh.cpp 3mf Importer - 1st installment 2018-01-30 09:27:10 +01:00
TriangleMesh.hpp 3mf Importer - 1st installment 2018-01-30 09:27:10 +01:00
utils.cpp Fixed "Slic3r crashes when sending STLs with special characters to the printer" 2017-12-21 16:56:33 +01:00
Utils.hpp Fixed "Slic3r crashes when sending STLs with special characters to the printer" 2017-12-21 16:56:33 +01:00