PrusaSlicer-NonPlainar/src/libslic3r
2019-04-08 13:35:03 +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 #2044 2019-04-04 09:16:03 +02:00
Rasterizer Improvement in handling of the custom bridging angle value. 2019-04-01 17:12:39 +02:00
SLA Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-04-08 12:05:44 +02:00
BoundingBox.cpp
BoundingBox.hpp Performance improvements: 2019-01-26 18:51:34 +01:00
BridgeDetector.cpp
BridgeDetector.hpp
Channel.hpp Printhost: Cancelation, bugfixes 2018-12-20 13:38:00 +01:00
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 Merge branch 'tm_miniz_zipper' into tm_sla_png_minz 2019-03-18 17:48:05 +01: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 WIP: Merged commits from stable between 1.41.2-beta and 1.42.2 final. 2018-12-11 16:33:43 +01:00
EdgeGrid.hpp
ExPolygon.cpp Improvements of the triangulation of SLA layer preview. 2019-01-24 19:08:58 +01:00
ExPolygon.hpp Improvements of the triangulation of SLA layer preview. 2019-01-24 19:08:58 +01:00
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 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
GCode.hpp Disabled the experimental pressure equalizer. 2019-01-29 18:07:45 +01:00
GCodeReader.cpp Fix a missing header in GCodeReader 2019-01-17 13:49:10 +01:00
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 #2082 -> Added lines M73 P100 and M73 Q100 to gcode to signal that print is finished 2019-04-08 11:54:58 +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 Build: MSVC 2017 compat (w/o xs code - Perl unit tests) 2019-01-29 17:11:07 +01:00
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
libslic3r.h Fix build: Stray semicolon 2019-02-04 16:57:11 +01:00
Line.cpp Iterative, not recursive, version of the Douglas-Peucker-Ramer algorithm 2018-12-14 19:29:58 +01:00
Line.hpp Iterative, not recursive, version of the Douglas-Peucker-Ramer algorithm 2018-12-14 19:29:58 +01:00
Model.cpp Use current selection to determine proposed filename when exporting to stl files 2019-04-04 14:00:31 +02:00
Model.hpp Use current selection to determine proposed filename when exporting to stl files 2019-04-04 14:00:31 +02:00
ModelArrange.cpp Output raster seem ok, stats broken. 2019-03-27 18:37:50 +01:00
ModelArrange.hpp Initial version of smart auto placement intended to replace autocenter. 2019-01-22 17:50:33 +01:00
MotionPlanner.cpp
MotionPlanner.hpp
MTUtils.hpp Hypothetical support of different object layer heights. 2019-03-25 09:55:48 +01:00
MultiPoint.cpp Added debugging code for the Douglas-Peucker contour simplification code. 2019-01-14 19:59:18 +01:00
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 Fixed conversion of floating point values to string from PlaceholderParser 2019-01-18 09:50:56 +01:00
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 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 WIP: Merged commits from stable between 1.41.2-beta and 1.42.2 final. 2018-12-11 16:33:43 +01:00
PolylineCollection.cpp
PolylineCollection.hpp
Print.cpp Altering sla export interface to support explicit project name. 2019-04-04 12:30:11 +02:00
Print.hpp Reworked the command line interface based on the current state 2019-03-13 15:44:50 +01:00
PrintBase.cpp Fixed an issue, where the output G-code file name was not always updated 2019-02-03 10:41:14 +01:00
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 Limit number of perimeters to 10 thousands, that is 50 meters with 0.2mm 2019-03-21 14:56:20 +01:00
PrintConfig.hpp Removed obsolete Dwarf parametes from FFF Print settings. 2019-03-13 19:21:56 +01:00
PrintExport.hpp Altering sla export interface to support explicit project name. 2019-04-04 12:30:11 +02:00
PrintObject.cpp Fix of "Latest commit of Slic3r 1.42.0 cuts away part of the model #2063" 2019-04-04 16:16:57 +02:00
PrintRegion.cpp WIP Restoration of the layer editing. 2019-01-21 10:06:51 +01:00
SLAPrint.cpp Fixed rotation of SLA instances in case a rotation in X or Y was applied 2019-04-08 13:35:03 +02:00
SLAPrint.hpp Altering sla export interface to support explicit project name. 2019-04-04 12:30:11 +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 Fixed a regression issue in the triangle mesh slicing code, where 2019-03-11 17:18:38 +01: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 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 Follow-up of 763a91e2ca -> take in account of ModelObject::origin_translation when saving parts and modifiers to stl 2019-04-05 10:08:34 +02:00
TriangleMesh.hpp Follow-up of 763a91e2ca -> take in account of ModelObject::origin_translation when saving parts and modifiers to stl 2019-04-05 10:08:34 +02:00
utils.cpp Http: Fix logging 2019-02-15 15:35:13 +01:00
Utils.hpp Fix a bunch of warnings 2019-04-01 12:09:44 +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