PrusaSlicer-NonPlainar/src/libslic3r
..
Execution
Fill
Format Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
GCode Fixed visualization of G-code lines in G-code viewer (3D view). 2021-09-21 15:30:37 +02:00
Optimize
SLA Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
AABBTreeIndirect.hpp Fix of paint on supports don't work for object that has been scaled up #6718 2021-08-27 21:04:18 +02:00
AppConfig.cpp
AppConfig.hpp
Arrange.cpp Search for suitable rotation when arranging items larger than the bed 2021-06-22 11:23:32 +02:00
Arrange.hpp
BlacklistedLibraryCheck.cpp
BlacklistedLibraryCheck.hpp
BoundingBox.cpp
BoundingBox.hpp
BridgeDetector.cpp
BridgeDetector.hpp
Brim.cpp
Brim.hpp
Channel.hpp
clipper.cpp
clipper.hpp
ClipperUtils.cpp
ClipperUtils.hpp Some reduction of unnecessary conversions when calling ClipperUtils. 2021-09-13 15:13:10 +02:00
clonable_ptr.hpp Implemented the "Support for support enforcers only" quick selection. 2019-05-03 18:01:39 +02:00
CMakeLists.txt
Config.cpp
Config.hpp Optimization of ConfigBase::equals() to not create intermediate 2021-08-23 10:47:47 +02:00
CustomGCode.cpp ENABLE_GCODE_VIEWER set as default in libslic3r 2020-11-12 14:03:58 +01:00
CustomGCode.hpp Editing of the custom GCodes like ColorChange and PausePrint 2020-06-07 22:42:54 +02:00
EdgeGrid.cpp
EdgeGrid.hpp
ElephantFootCompensation.cpp 1) New methods PrintObject::num_regions() and ::has_region() to make 2021-04-22 11:41:26 +02:00
ElephantFootCompensation.hpp Added missing includes (GCC 9.3) 2021-05-27 16:47:31 +02:00
enum_bitmask.hpp Support for forward compatibility of configurations, user and system 2021-06-27 16:57:05 +02:00
Exception.hpp
ExPolygon.cpp
ExPolygon.hpp
ExPolygonCollection.cpp
ExPolygonCollection.hpp
Extruder.cpp
Extruder.hpp
ExtrusionEntity.cpp
ExtrusionEntity.hpp New FDM support sparse infill zig-zag algorithm. 2021-04-08 15:29:40 +02:00
ExtrusionEntityCollection.cpp
ExtrusionEntityCollection.hpp Added a single perimeter to the first layer of support or raft. 2021-02-24 08:48:40 +01:00
ExtrusionSimulator.cpp 1) New methods PrintObject::num_regions() and ::has_region() to make 2021-04-22 11:41:26 +02:00
ExtrusionSimulator.hpp
FileParserError.hpp
Flow.cpp
Flow.hpp
format.hpp
GCode.cpp
GCode.hpp
GCodeReader.cpp
GCodeReader.hpp
GCodeSender.cpp
GCodeSender.hpp
GCodeWriter.cpp
GCodeWriter.hpp Follow-up to e7591e6aa6 2021-09-13 12:51:50 +02:00
Geometry.cpp Fixed two more locales-related issues 2021-06-07 12:31:41 +02:00
Geometry.hpp
I18N.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Int128.hpp
KDTreeIndirect.hpp
Layer.cpp
Layer.hpp
LayerRegion.cpp
libslic3r_version.h.in Fixed gcodeviewer application title on Linux and Mac 2020-10-07 16:02:01 +02:00
libslic3r.h
Line.cpp Renamed Line::offset to extend 2020-10-20 09:17:26 +02:00
Line.hpp
LocalesUtils.cpp
LocalesUtils.hpp Fixed visualization of G-code lines in G-code viewer (3D view). 2021-09-21 15:30:37 +02:00
MarchingSquares.hpp Fixing Clang warnings 2 2021-02-08 17:52:29 +01:00
MeshBoolean.cpp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
MeshBoolean.hpp
MeshSplitImpl.hpp
MinAreaBoundingBox.cpp
MinAreaBoundingBox.hpp Use new libnest backend for MinAreaBoundingBox wrapper 2021-04-21 17:21:43 +02:00
miniz_extension.cpp SLA archive import with miniz, marching square bugfixes 2020-04-23 19:12:07 +02:00
miniz_extension.hpp
Model.cpp Improvements for statistics information: 2021-09-21 17:20:12 +02:00
Model.hpp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
ModelArrange.cpp
ModelArrange.hpp
MTUtils.hpp Add new (winner) neighbor index based on measurements 2021-06-08 10:34:32 +02:00
MultiMaterialSegmentation.cpp Fix of Some FDM supports fail to generate due to wrongly-translated enforcer polygons. #6739 2021-08-10 09:41:28 +02:00
MultiMaterialSegmentation.hpp Cleaned up of 0a6490bab9 2021-05-28 17:36:56 +02:00
MultiPoint.cpp
MultiPoint.hpp Fix of Can't convert polyline with more than two points to a line (#6933) 2021-09-13 15:40:56 +02:00
MutablePolygon.cpp Fixed incorrect use of _NDEBUG instead of NDEBUG 2021-06-30 11:59:16 +02:00
MutablePolygon.hpp
MutablePriorityQueue.hpp
ObjectID.cpp
ObjectID.hpp
OpenVDBUtils.cpp
OpenVDBUtils.hpp Get rid of Contour3D 2021-06-08 10:28:23 +02:00
pchheader.cpp Precompiled headers on Visual Studio & GCC, with the highest hopes 2018-10-29 16:01:26 +01:00
pchheader.hpp
PerimeterGenerator.cpp
PerimeterGenerator.hpp
PlaceholderParser.cpp
PlaceholderParser.hpp
Platform.cpp
Platform.hpp
PNGReadWrite.cpp
PNGReadWrite.hpp
Point.cpp Point::ccw() optimization: Calculate with int64, not doubles. 2021-05-19 12:01:30 +02:00
Point.hpp
Polygon.cpp Commenting source of Polygon::centroid() algorithm 2021-05-07 11:54:25 +02:00
Polygon.hpp
PolygonTrimmer.cpp
PolygonTrimmer.hpp
Polyline.cpp
Polyline.hpp
Preset.cpp
Preset.hpp
PresetBundle.cpp Follow-up to #6817 2021-09-01 14:37:20 +02:00
PresetBundle.hpp Auto selection of presets (#6817) 2021-08-18 16:10:35 +02:00
Print.cpp Fixed comparison of layer height profiles when printing with wipe tower: 2021-09-15 16:37:41 +02:00
Print.hpp Do not print brim when object has raft, it is not supported and makes no sense 2021-08-24 12:43:56 +02:00
PrintApply.cpp
PrintBase.cpp
PrintBase.hpp Slight improvement in cost of background slicing cancellation. 2021-06-23 16:37:18 +02:00
PrintConfig.cpp
PrintConfig.hpp Implemented configurable speed and acceleration settings for the first 2021-08-31 16:03:14 +02:00
PrintObject.cpp
PrintObjectSlice.cpp Removed the PRUS format parser. WIP: admesh eradication: 2021-09-14 11:58:14 +02:00
PrintRegion.cpp
QuadricEdgeCollapse.cpp
QuadricEdgeCollapse.hpp
Semver.cpp
Semver.hpp Follow-up to 7c01ddf996 2021-08-12 15:27:46 +02:00
ShortestPath.cpp Fixed wrong orientation of infill and gap-fill extrusion. 2021-02-23 20:07:40 +01:00
ShortestPath.hpp Fixed crash in Adaptive Cubic infill if just a single line was extracted. 2020-09-21 11:10:57 +02:00
SimplifyMesh.cpp
SimplifyMesh.hpp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
SimplifyMeshImpl.hpp
SLAPrint.cpp
SLAPrint.hpp
SLAPrintSteps.cpp
SLAPrintSteps.hpp
SlicesToTriangleMesh.cpp
SlicesToTriangleMesh.hpp
Slicing.cpp
Slicing.hpp
SlicingAdaptive.cpp
SlicingAdaptive.hpp Improved adaptive layer height metrics: Using the area of a triangle 2019-12-13 13:43:16 +01:00
SupportMaterial.cpp Fixed endless loop in support raft generator. 2021-09-23 18:46:11 +02:00
SupportMaterial.hpp
Surface.cpp
Surface.hpp
SurfaceCollection.cpp Further rework of ClipperUtils: Replaced many to_polygons() / 2021-05-03 11:39:53 +02:00
SurfaceCollection.hpp
SVG.cpp WIP: Reworked slicing 2021-05-17 20:25:59 +02:00
SVG.hpp
Technologies.hpp
Tesselate.cpp
Tesselate.hpp
Thread.cpp
Thread.hpp
Time.cpp
Time.hpp Fix incorrect time format spec in iso_utc_timestamp. 2019-10-07 08:56:54 +02:00
TriangleMesh.cpp Mesh statistics for imported STLs: Added backwards_edges to open_edges, 2021-09-21 16:04:04 +02:00
TriangleMesh.hpp
TriangleMeshSlicer.cpp
TriangleMeshSlicer.hpp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
TriangleSelector.cpp
TriangleSelector.hpp
TriangulateWall.cpp SLA backend refactored, except Hollowing 2021-06-08 10:27:35 +02:00
TriangulateWall.hpp
TryCatchSignal.cpp
TryCatchSignal.hpp
TryCatchSignalSEH.cpp
TryCatchSignalSEH.hpp
utils.cpp Fixed visualization of G-code lines in G-code viewer (3D view). 2021-09-21 15:30:37 +02:00
Utils.hpp
VoronoiOffset.cpp
VoronoiOffset.hpp WIP VoronoiOffset: Squash merge of vb_voronoi_offset 2021-01-29 16:34:22 +01:00
VoronoiVisualUtils.hpp
Zipper.cpp
Zipper.hpp SLA archive import with miniz, marching square bugfixes 2020-04-23 19:12:07 +02:00