PrusaSlicer-NonPlainar/src/libslic3r
2019-05-21 09:41:51 +02:00
..
Fill Reworked discretization step of Archimedean Chords infill to lower 2019-03-07 16:01:46 +01:00
Format Fix of #1998 2019-03-25 12:07:43 +01:00
GCode Fix of 2019-05-17 11:46:46 +02:00
Rasterizer Further optimizations for SLA memory usage. 2019-04-25 18:48:31 +02:00
SLA Eliminate some warnings 2019-05-20 12:29:14 +02:00
BoundingBox.cpp
BoundingBox.hpp
BridgeDetector.cpp
BridgeDetector.hpp
Channel.hpp
ClipperUtils.cpp Call Line conversion operator explicitly. 2019-04-03 11:17:15 +02:00
ClipperUtils.hpp Optimizing manual unification. 2019-03-26 15:05:57 +01:00
clonable_ptr.hpp Implemented the "Support for support enforcers only" quick selection. 2019-05-03 18:01:39 +02:00
CMakeLists.txt Moved the GLEW dependencies from libslic3r to the gui slic3r library. 2019-04-12 12:57:45 +02:00
Config.cpp Fix of "PrusaSlicer 2.0.0.-rc+ g-code error when importing #2304" 2019-05-21 09:41:46 +02:00
Config.hpp Added ConfigDef::get_default_value<>() template, 2019-05-03 18:30:58 +02:00
EdgeGrid.cpp
EdgeGrid.hpp
ExPolygon.cpp
ExPolygon.hpp
ExPolygonCollection.cpp
ExPolygonCollection.hpp
Extruder.cpp
Extruder.hpp
ExtrusionEntity.cpp
ExtrusionEntity.hpp
ExtrusionEntityCollection.cpp
ExtrusionEntityCollection.hpp
ExtrusionSimulator.cpp
ExtrusionSimulator.hpp
FileParserError.hpp
Flow.cpp
Flow.hpp Elephant foot compensation improvements. 2019-03-05 11:54:04 +01:00
GCode.cpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
GCode.hpp
GCodeReader.cpp
GCodeReader.hpp Get name of both the G-code and project file from the 1st printable 2019-02-01 11:44:08 +01:00
GCodeSender.cpp
GCodeSender.hpp
GCodeTimeEstimator.cpp Fix of #1380 - Wrong estimated time when using extruder absolute coordinates 2019-04-15 12:54:57 +02:00
GCodeTimeEstimator.hpp Fix of #2082 -> Added lines M73 P100 and M73 Q100 to gcode to signal that print is finished 2019-04-08 11:54:58 +02:00
GCodeWriter.cpp
GCodeWriter.hpp
Geometry.cpp Fixed rotation of SLA instances in case a rotation in X or Y was applied 2019-04-08 13:35:03 +02:00
Geometry.hpp WIP: Transformation of instances in world coordinate space: 2019-04-26 17:28:31 +02:00
I18N.hpp
Int128.hpp
Layer.cpp Implemented clipping of parts of multi-part objects in the order 2019-03-06 10:21:10 +01:00
Layer.hpp Elephant foot compensation improvements. 2019-03-05 11:54:04 +01:00
LayerRegion.cpp Improvement in handling of the custom bridging angle value. 2019-04-01 17:12:39 +02:00
libslic3r_version.h.in Updated handling of the SLIC3R_BUILD_ID key 2019-05-13 18:01:00 +02:00
libslic3r.h Fix build: Stray semicolon 2019-02-04 16:57:11 +01:00
Line.cpp
Line.hpp
Model.cpp Fixed a crash on deleting objects due to the ObjectList accessing 2019-05-14 16:37:32 +02:00
Model.hpp Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation 2019-05-03 19:13:47 +02:00
ModelArrange.cpp Changed references to renamed github project 2019-05-14 19:46:01 +02:00
ModelArrange.hpp Arrange is accounting for the wipe tower now 2019-05-06 08:14:45 +02:00
MotionPlanner.cpp
MotionPlanner.hpp
MTUtils.hpp Hypothetical support of different object layer heights. 2019-03-25 09:55:48 +01:00
MultiPoint.cpp
MultiPoint.hpp WIP: Merged commits from stable between 1.41.2-beta and 1.42.2 final. 2018-12-11 16:33:43 +01:00
MutablePriorityQueue.hpp
pchheader.cpp
pchheader.hpp
PerimeterGenerator.cpp
PerimeterGenerator.hpp
PlaceholderParser.cpp
PlaceholderParser.hpp Fixed an issue, where the output G-code file name was not always updated 2019-02-03 10:41:14 +01:00
Point.cpp
Point.hpp WIP: Transformation of instances in world coordinate space: 2019-04-26 17:28:31 +02:00
Polygon.cpp
Polygon.hpp
Polyline.cpp
Polyline.hpp
PolylineCollection.cpp
PolylineCollection.hpp
Print.cpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
Print.hpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
PrintBase.cpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
PrintBase.hpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
PrintConfig.cpp Fix of 2019-05-17 11:46:46 +02:00
PrintConfig.hpp Fix of 2019-05-17 11:46:46 +02:00
PrintExport.hpp Adding absolute correction (XY offset) and gamma correction parameters. 2019-04-09 13:42:32 +02:00
PrintObject.cpp Changed references to renamed github project 2019-05-14 19:46:01 +02:00
PrintRegion.cpp
SLAPrint.cpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
SLAPrint.hpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
Slicing.cpp Fix of caching of the SlicingParamerters at PrintObject 2019-03-05 14:05:58 +01:00
Slicing.hpp Fix of caching of the SlicingParamerters at PrintObject 2019-03-05 14:05:58 +01:00
SlicingAdaptive.cpp
SlicingAdaptive.hpp
SupportMaterial.cpp Partial fix of "Wrong width of perimeter for solid anchors #1803" 2019-04-18 15:08:11 +02:00
SupportMaterial.hpp
Surface.cpp Split the external infill pattern to separate top / bottom config values. 2019-02-22 15:25:35 +01:00
Surface.hpp Split the external infill pattern to separate top / bottom config values. 2019-02-22 15:25:35 +01:00
SurfaceCollection.cpp
SurfaceCollection.hpp
SVG.cpp
SVG.hpp
Technologies.hpp Removed tech DISABLE_DESELECT_ALL_MENU_ITEM 2019-05-21 09:23:45 +02:00
Tesselate.cpp Extended tesselation wrapper for other 3d and 2d point types. 2019-02-08 09:26:48 +01:00
Tesselate.hpp Extended tesselation wrapper for other 3d and 2d point types. 2019-02-08 09:26:48 +01:00
TriangleMesh.cpp Merge branch 'master' into vb_wold_object_manipulation 2019-05-04 20:59:57 +02:00
TriangleMesh.hpp WIP: Transformation of instances in world coordinate space: 2019-04-26 17:28:31 +02:00
utils.cpp Changed references to renamed github project 2019-05-14 19:46:01 +02:00
Utils.hpp Changed references to renamed github project 2019-05-14 19:46:01 +02:00
Zipper.cpp Altering sla export interface to support explicit project name. 2019-04-04 12:30:11 +02:00
Zipper.hpp Altering sla export interface to support explicit project name. 2019-04-04 12:30:11 +02:00