PrusaSlicer-NonPlainar/src/libslic3r
2019-04-30 15:19:08 +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 Wipe tower uses correct gcodes for RepRap gcode flavor (M907->M906, M900->M572 - should fix #1843) 2019-04-24 12:09:58 +02:00
Rasterizer Further optimizations for SLA memory usage. 2019-04-25 18:48:31 +02:00
SLA Further optimizations for SLA memory usage. 2019-04-25 18:48:31 +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
CMakeLists.txt Moved the GLEW dependencies from libslic3r to the gui slic3r library. 2019-04-12 12:57:45 +02:00
Config.cpp Fixed missing include on OSX 2019-03-17 15:04:34 +01:00
Config.hpp Help for the FFF / SLA command line parameters. 2019-03-13 19:17:26 +01: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 Wipe tower uses correct gcodes for RepRap gcode flavor (M907->M906, M900->M572 - should fix #1843) 2019-04-24 12:09:58 +02:00
GCode.hpp
GCodeReader.cpp
GCodeReader.hpp
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 Fixed rotation of SLA instances in case a rotation in X or Y was applied 2019-04-08 13:35:03 +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 Harmonized the application naming. 2019-04-15 16:14:19 +02:00
libslic3r.h
Line.cpp
Line.hpp
Model.cpp ObjectList improvements: Added warning icon for Parts with a repaired errors 2019-04-29 15:27:59 +02:00
Model.hpp ObjectList improvements: Added warning icon for Parts with a repaired errors 2019-04-29 15:27:59 +02:00
ModelArrange.cpp Fix of Complete individual objects: "checker" bug #1911" 2019-04-18 12:45:43 +02:00
ModelArrange.hpp
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
MutablePriorityQueue.hpp
pchheader.cpp
pchheader.hpp
PerimeterGenerator.cpp
PerimeterGenerator.hpp
PlaceholderParser.cpp
PlaceholderParser.hpp
Point.cpp
Point.hpp Fixed a regression issue in the triangle mesh slicing code, where 2019-03-11 17:18:38 +01:00
Polygon.cpp
Polygon.hpp
Polyline.cpp
Polyline.hpp
PolylineCollection.cpp
PolylineCollection.hpp
Print.cpp Wipe tower uses correct gcodes for RepRap gcode flavor (M907->M906, M900->M572 - should fix #1843) 2019-04-24 12:09:58 +02:00
Print.hpp Fix of "Variable layer height feature breaks after rotating part #2073" 2019-04-13 14:15:54 +02:00
PrintBase.cpp
PrintBase.hpp Update the SLA slices at the print preview once the index is calculated. 2019-03-14 15:11:27 +01:00
PrintConfig.cpp Fix for unregistered scaling correction values. 2019-04-29 16:53:16 +02:00
PrintConfig.hpp Adding absolute correction (XY offset) and gamma correction parameters. 2019-04-09 13:42:32 +02:00
PrintExport.hpp Adding absolute correction (XY offset) and gamma correction parameters. 2019-04-09 13:42:32 +02:00
PrintObject.cpp TriangleMeshSlicer is now initialized by const-pointer to the mesh, responsibility for calling require_shared_vertices is left to the caller 2019-04-16 09:04:04 +02:00
PrintRegion.cpp
SLAPrint.cpp Fix for possible clash with old correction vectors in config 2019-04-29 17:07:55 +02:00
SLAPrint.hpp Finished SLA print / material correction visualization. 2019-04-08 18:09:31 +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 Tech ENABLE_CANVAS_GUI_REFACTORING set as default 2019-03-20 09:33:30 +01:00
Tesselate.cpp
Tesselate.hpp
TriangleMesh.cpp TriangleMeshSlicer is now initialized by const-pointer to the mesh, responsibility for calling require_shared_vertices is left to the caller 2019-04-16 09:04:04 +02:00
TriangleMesh.hpp TriangleMeshSlicer is now initialized by const-pointer to the mesh, responsibility for calling require_shared_vertices is left to the caller 2019-04-16 09:04:04 +02:00
utils.cpp Http: Fix logging 2019-02-15 15:35:13 +01:00
Utils.hpp Harmonized the application naming. 2019-04-15 16:14:19 +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