PrusaSlicer-NonPlainar/src/libslic3r
bubnikv d146a0237e WIP: Reworked the infill generator to merge areas with the same
properties.

Note for Vojtech:
Review src/libslic3r/Fill/Fill.cpp once again,
add test for G-code generator properties (extrusion speed, cooling?)

Fixes Modifier slice/move efficiency #1005
2019-09-04 16:11:16 +02:00
..
Fill WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
Format Fixed typo 2019-09-02 13:02:28 +02:00
GCode Fixed couple of warnings 2019-09-02 16:27:48 +02:00
SLA Revert full parallel support tree generation to partially parallel. 2019-08-30 15:13:40 +02:00
Arrange.cpp Small refactor for BedShapeHint 2019-08-21 15:39:20 +02:00
Arrange.hpp Small refactor for BedShapeHint 2019-08-21 15:39:20 +02:00
BoundingBox.cpp
BoundingBox.hpp Simplified the "cereal" includes to not clash with Perl includes 2019-07-04 22:09:14 +02:00
BridgeDetector.cpp
BridgeDetector.hpp
Channel.hpp
ClipperUtils.cpp
ClipperUtils.hpp
clonable_ptr.hpp
CMakeLists.txt Refactoring of EdgeGrid to accept an segment to segment visitor. 2019-08-21 14:52:22 +02:00
Config.cpp WIP: Nullable configuration value concept, implemented for 2019-07-23 14:15:42 +02:00
Config.hpp Some reverts for commit 4cd4d2c8b5 2019-08-14 17:07:30 +02:00
EdgeGrid.cpp Fix of support generator regression agains 2.1.0-alpha1. 2019-08-25 08:59:47 +02:00
EdgeGrid.hpp Refactoring of EdgeGrid to accept an segment to segment visitor. 2019-08-21 14:52:22 +02:00
ExPolygon.cpp
ExPolygon.hpp
ExPolygonCollection.cpp
ExPolygonCollection.hpp
Extruder.cpp
Extruder.hpp
ExtrusionEntity.cpp
ExtrusionEntity.hpp Fixed regression issue in G-code preview since 2.1.0-beta2: 2019-08-27 15:55:53 +02:00
ExtrusionEntityCollection.cpp
ExtrusionEntityCollection.hpp
ExtrusionSimulator.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
ExtrusionSimulator.hpp
FileParserError.hpp
Flow.cpp Improved handling of excessive extrusion width values (too small 2019-08-06 15:11:46 +02:00
Flow.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
GCode.cpp Make sure the "avoid crossing perimeters" class is resetted 2019-08-26 09:55:00 +02:00
GCode.hpp Make sure the "avoid crossing perimeters" class is resetted 2019-08-26 09:55:00 +02:00
GCodeReader.cpp
GCodeReader.hpp
GCodeSender.cpp
GCodeSender.hpp
GCodeTimeEstimator.cpp Temporary human readable form for print color change tag for time estimate 2019-08-21 16:06:56 +02:00
GCodeTimeEstimator.hpp GCodeTimeEstimator uses annotated gcode in place of processing m600 lines to detect color print changes. 2019-08-21 14:43:14 +02:00
GCodeWriter.cpp GCodeWriter.cpp: Fixed skipped z-lifts when its height was equal to layer height (https://github.com/prusa3d/PrusaSlicer/issues/2154) 2019-08-27 12:41:00 +02:00
GCodeWriter.hpp
Geometry.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
Geometry.hpp Refactoring of EdgeGrid to accept an segment to segment visitor. 2019-08-21 14:52:22 +02:00
I18N.hpp
Int128.hpp Adding rotating calipers algorithm for minimum are bounding box rotation. 2019-06-06 14:27:07 +02:00
Layer.cpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
Layer.hpp
LayerRegion.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
libslic3r_version.h.in Updated handling of the SLIC3R_BUILD_ID key 2019-05-13 18:01:00 +02:00
libslic3r.h Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
Line.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
Line.hpp
MinAreaBoundingBox.cpp Can build with (original llvm) clang-cl on windows 2019-08-01 16:03:52 +02:00
MinAreaBoundingBox.hpp Adding rotating calipers algorithm for minimum are bounding box rotation. 2019-06-06 14:27:07 +02:00
miniz_extension.cpp Fix for opening issues with archive files. 2019-06-03 15:27:46 +02:00
miniz_extension.hpp Fix for opening issues with archive files. 2019-06-03 15:27:46 +02:00
Model.cpp Added version check for .3mf and .amf project files. PrusaSlicer will refuse to import files with newer version numbers. 2019-08-23 13:12:31 +02:00
Model.hpp Added version check for .3mf and .amf project files. PrusaSlicer will refuse to import files with newer version numbers. 2019-08-23 13:12:31 +02:00
MotionPlanner.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
MotionPlanner.hpp
MTUtils.hpp Fixing zero elevation bug when concave hull overlap was not detected. 2019-07-30 14:24:42 +02:00
MultiPoint.cpp
MultiPoint.hpp
MutablePriorityQueue.hpp
ObjectID.cpp WIP UndoRedo: Added Undo/Redo stack, added Platter::take_snapshot(), 2019-07-02 16:42:23 +02:00
ObjectID.hpp Undo / Redo fixes 2019-07-05 19:06:19 +02:00
pchheader.cpp
pchheader.hpp Simplified the "cereal" includes to not clash with Perl includes 2019-07-04 22:09:14 +02:00
PerimeterGenerator.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
PerimeterGenerator.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
PlaceholderParser.cpp Workaround for invalid access inside some character classification table 2019-08-08 14:21:24 +02:00
PlaceholderParser.hpp Reworked the FFF Print::update() to process the filament retract 2019-07-25 14:39:19 +02:00
Point.cpp
Point.hpp Simplified the "cereal" includes to not clash with Perl includes 2019-07-04 22:09:14 +02:00
Polygon.cpp
Polygon.hpp
PolygonTrimmer.cpp Refactoring of EdgeGrid to accept an segment to segment visitor. 2019-08-21 14:52:22 +02:00
PolygonTrimmer.hpp Added a missing include 2019-08-22 11:35:25 +02:00
Polyline.cpp
Polyline.hpp
PolylineCollection.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
PolylineCollection.hpp
Print.cpp Fixed layer height equality check needed in order to enable the wipe tower 2019-08-29 16:13:04 +02:00
Print.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +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 Fixed the Perl bindings, made Print::m_placeholder_parser protected, 2019-07-25 17:08:31 +02:00
PrintConfig.cpp Mirror pad_around_object for 'Pad' page on 'Supports' page 2019-08-28 11:33:04 +02:00
PrintConfig.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
PrintObject.cpp Merge branch 'lm_layer_height_validation' into dev 2019-09-02 16:31:59 +02:00
PrintRegion.cpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
Semver.cpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
Semver.hpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
SLAPrint.cpp Force deallocation of redundant vector content. 2019-08-29 10:24:55 +02:00
SLAPrint.hpp Fix memory leak. 2019-08-29 10:10:09 +02:00
Slicing.cpp Merge branch 'master' into lm_warnings 2019-07-15 13:26:55 +02:00
Slicing.hpp Merge remote-tracking branch 'origin/master' into vb_undo_redo 2019-07-04 20:22:15 +02:00
SlicingAdaptive.cpp WIP: Admesh - replacement of C memory allocation with std vectors 2019-06-04 22:06:42 +02:00
SlicingAdaptive.hpp
SupportMaterial.cpp Merge branch 'master' into lm_warnings 2019-07-15 13:26:55 +02:00
SupportMaterial.hpp
Surface.cpp
Surface.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
SurfaceCollection.cpp
SurfaceCollection.hpp WIP: Reworked the infill generator to merge areas with the same 2019-09-04 16:11:16 +02:00
SVG.cpp
SVG.hpp
Technologies.hpp Code cleanup 2019-07-26 11:32:44 +02:00
Tesselate.cpp
Tesselate.hpp
TriangleMesh.cpp Undo / Redo memory conservation strategy: Release recoverable data 2019-07-18 11:51:06 +02:00
TriangleMesh.hpp Undo / Redo memory conservation strategy: Release recoverable data 2019-07-18 11:51:06 +02:00
utils.cpp Reworked the rename_file() function on Windows to work reliably and 2019-08-20 16:19:30 +02:00
Utils.hpp Reworked the rename_file() function on Windows to work reliably and 2019-08-20 16:19:30 +02:00
Zipper.cpp Move cstdint to Zipper header. 2019-06-04 09:26:33 +02:00
Zipper.hpp Move cstdint to Zipper header. 2019-06-04 09:26:33 +02:00