PrusaSlicer-NonPlainar/src/libslic3r
2022-02-04 11:30:07 +01:00
..
Execution
Fill Fixed Clang 12 compiler warnings. 2022-01-28 14:52:22 +01:00
Format Do not show ProjectDropDialog when drag and dropping a 3mf file produced by other softwares and the plater is not empty 2022-02-04 09:52:00 +01:00
GCode Follow-up of 030f460114 - compress_thumbnail_jpg() implemented using embedded libjpeg 2022-02-04 08:16:48 +01:00
Geometry Added missing includes (gcc9.4 without pch) 2021-11-16 16:09:30 +01:00
Optimize
SLA WIP 2022-02-03 16:10:03 +01: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 Tech ENABLE_SHOW_NON_MANIFOLD_EDGES - 1st installment - Calculate and show in 3D view non-manifold edges as lines 2022-01-20 13:32:24 +01:00
AppConfig.hpp Fix of #7583: Wizard crashes due to accessing undefined AppConfig section. 2022-01-10 08:26:33 +01:00
Arrange.cpp
Arrange.hpp
BlacklistedLibraryCheck.cpp Blacklisted AMHook.dll 2021-09-23 11:15:08 +02:00
BlacklistedLibraryCheck.hpp
BoundingBox.cpp
BoundingBox.hpp New BuildVolume class was created, which detects build volume type (rectangular, 2021-11-16 10:15:51 +01:00
BridgeDetector.cpp
BridgeDetector.hpp
Brim.cpp New config value "gcode_resolution" replaces the hard coded RESOLUTION 2021-11-30 17:52:05 +01:00
Brim.hpp
BuildVolume.cpp Fix of toolpath outside print area wrongly reported - SPE-1135 2021-11-25 09:40:36 +01:00
BuildVolume.hpp Fix of toolpath outside print area wrongly reported - SPE-1135 2021-11-25 09:40:36 +01:00
Channel.hpp
clipper.cpp
clipper.hpp
ClipperUtils.cpp New BuildVolume class was created, which detects build volume type (rectangular, 2021-11-16 10:15:51 +01:00
ClipperUtils.hpp New BuildVolume class was created, which detects build volume type (rectangular, 2021-11-16 10:15:51 +01:00
clonable_ptr.hpp
CMakeLists.txt Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2022-02-04 08:16:54 +01:00
Color.cpp Tech ENABLE_COLOR_CLASSES set as default 2022-01-14 08:19:00 +01:00
Color.hpp Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to: 2022-01-27 12:00:51 +01:00
Config.cpp Fix of escape_strings_cstyle(), which did not enclose a single word 2022-01-26 13:18:52 +01:00
Config.hpp Implemented new placeholders for output file name: 2022-01-10 17:57:03 +01:00
CustomGCode.cpp
CustomGCode.hpp
EdgeGrid.cpp
EdgeGrid.hpp
ElephantFootCompensation.cpp
ElephantFootCompensation.hpp
enum_bitmask.hpp
Exception.hpp
ExPolygon.cpp Extracted MedialAxis code from Geometry.cpp/hpp, moved to its own 2021-10-27 16:03:04 +02:00
ExPolygon.hpp Added various has_duplicate_points() checks, to be used by asserts. 2021-09-24 14:07:46 +02:00
ExPolygonCollection.cpp Added missing includes (gcc9.4 without pch) 2021-11-16 16:09:30 +01:00
ExPolygonCollection.hpp
Extruder.cpp
Extruder.hpp
ExtrusionEntity.cpp Seam placement improvements 2021-10-22 13:16:08 +02:00
ExtrusionEntity.hpp Seam placement improvements 2021-10-22 13:16:08 +02:00
ExtrusionEntityCollection.cpp Fixed duplicate cloning of entities in ExtrusionEntityCollection::clone() that also fixed the memory leak. 2022-01-28 14:43:10 +01:00
ExtrusionEntityCollection.hpp
ExtrusionSimulator.cpp
ExtrusionSimulator.hpp
FileParserError.hpp
Flow.cpp
Flow.hpp
format.hpp
GCode.cpp WIP: Implemented support for QOI G-code thumbnail format as requested 2022-02-02 17:37:46 +01:00
GCode.hpp WIP G-code Find-Replace: Optimize regexps, process complete G-code, 2022-01-17 12:29:46 +01:00
GCodeReader.cpp Follow-up of 4b4d1c2f2a - Restored line deleted by mistake 2022-01-19 13:26:58 +01:00
GCodeReader.hpp Fixed visualization of G-code lines in G-code viewer (3D view). 2021-09-21 15:30:37 +02:00
GCodeSender.cpp
GCodeSender.hpp
GCodeWriter.cpp Minor tweaks in machine limits handling: 2022-01-10 12:52:21 +01:00
GCodeWriter.hpp Fix of the last commit, G-code resolution was increased 10x by mistake. 2021-11-16 15:59:43 +01:00
Geometry.cpp Fixed uninitialized variables reported by MemorySanitizer in Geometry::Transformation 2022-01-21 11:26:44 +01:00
Geometry.hpp Fixed uninitialized variables reported by MemorySanitizer in Geometry::Transformation 2022-01-21 11:26:44 +01:00
I18N.hpp
Int128.hpp Added option to enable UndefinedBehaviorSanitizer on Clang and GCC. 2022-01-28 14:52:22 +01:00
KDTreeIndirect.hpp
Layer.cpp Follow-up to c9727b5a57 2021-12-08 11:22:43 +01:00
Layer.hpp Fix of Random placment of top fill throughout model #7442 2021-12-08 09:45:59 +01:00
LayerRegion.cpp Fix of Random placment of top fill throughout model #7442 2021-12-08 09:45:59 +01:00
libslic3r_version.h.in
libslic3r.h New config value "gcode_resolution" replaces the hard coded RESOLUTION 2021-11-30 17:52:05 +01:00
Line.cpp Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS set as default 2021-11-16 12:39:54 +01:00
Line.hpp Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS set as default 2021-11-16 12:39:54 +01:00
LocalesUtils.cpp Added a missing include (Clang 12 without PCH). 2022-01-19 20:39:28 +01:00
LocalesUtils.hpp Fixed visualization of G-code lines in G-code viewer (3D view). 2021-09-21 15:30:37 +02:00
MarchingSquares.hpp
MeshBoolean.cpp Remove unused headers 2021-11-19 10:28:23 +01:00
MeshBoolean.hpp
MeshSplitImpl.hpp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
MinAreaBoundingBox.cpp
MinAreaBoundingBox.hpp
miniz_extension.cpp
miniz_extension.hpp
Model.cpp Fixed Clang 12 compiler warnings. 2022-01-28 14:52:22 +01:00
Model.hpp New BuildVolume class was created, which detects build volume type (rectangular, 2021-11-16 10:15:51 +01:00
ModelArrange.cpp New BuildVolume class was created, which detects build volume type (rectangular, 2021-11-16 10:15:51 +01:00
ModelArrange.hpp
MTUtils.hpp Minor beautification 2021-10-12 10:55:23 +02:00
MultiMaterialSegmentation.cpp Fix of #7618 (Crash in the multi-material segmentation when a negative volume was used on painted areas of a model.) 2022-01-05 11:11:29 +01:00
MultiMaterialSegmentation.hpp Small refactoring of storing colored polygons in multi-material segmentation. 2021-11-05 22:52:52 +01:00
MultiPoint.cpp Seam placement improvements 2021-10-22 13:16:08 +02:00
MultiPoint.hpp Fixed Clang 12 compiler warnings. 2022-01-28 14:52:22 +01:00
MutablePolygon.cpp
MutablePolygon.hpp
MutablePriorityQueue.hpp
ObjectID.cpp
ObjectID.hpp Fixed undo/redo issue when clear method of FacetsAnnotation and ModelConfig 2021-08-31 09:16:09 +02:00
OpenVDBUtils.cpp
OpenVDBUtils.hpp
pchheader.cpp
pchheader.hpp
PerimeterGenerator.cpp New config value "gcode_resolution" replaces the hard coded RESOLUTION 2021-11-30 17:52:05 +01:00
PerimeterGenerator.hpp New config value "gcode_resolution" replaces the hard coded RESOLUTION 2021-11-30 17:52:05 +01:00
PlaceholderParser.cpp Fixed memory leak in PlaceholderParser::compare_op(). 2022-01-28 14:43:10 +01:00
PlaceholderParser.hpp
Platform.cpp First draft of SendSystemInfoDialog 2021-10-05 15:09:52 +02:00
Platform.hpp First draft of SendSystemInfoDialog 2021-10-05 15:09:52 +02:00
PNGReadWrite.cpp
PNGReadWrite.hpp
Point.cpp New BuildVolume class was created, which detects build volume type (rectangular, 2021-11-16 10:15:51 +01:00
Point.hpp WIP Cura Lightning infill, initial port. 2021-12-01 16:45:04 +01:00
Polygon.cpp New BuildVolume class was created, which detects build volume type (rectangular, 2021-11-16 10:15:51 +01:00
Polygon.hpp Fixed Clang 12 compiler warnings. 2022-01-28 14:52:22 +01:00
PolygonTrimmer.cpp
PolygonTrimmer.hpp
Polyline.cpp Fix of Can't convert polyline with more than two points to a line (#6933) 2021-09-13 15:40:56 +02:00
Polyline.hpp Fixed Clang 12 compiler warnings. 2022-01-28 14:52:22 +01:00
Preset.cpp Added new param sla_output_precision in nanometers 2022-02-03 16:10:03 +01:00
Preset.hpp Merge remote-tracking branch 'origin/master' into dev 2022-01-18 08:41:10 +01:00
PresetBundle.cpp Importing newer configuration data: Fixed compiler warning, 2021-12-16 17:51:40 +01:00
PresetBundle.hpp Delete existing vendors before importing newer vendors, as the existing 2021-12-15 13:43:37 +01:00
Print.cpp WIP: Implemented support for QOI G-code thumbnail format as requested 2022-02-02 17:37:46 +01:00
Print.hpp Added deallocation of Layers (PrintObject::m_layers) into the PrintObject destructor. 2022-01-28 14:43:10 +01:00
PrintApply.cpp Fixing clang compiler warnings 2021-11-30 10:50:27 +01:00
PrintBase.cpp New placeholder parser values for output file name template; 2021-10-29 14:27:36 +02:00
PrintBase.hpp
PrintConfig.cpp Change precision units to mm 2022-02-03 16:10:03 +01:00
PrintConfig.hpp Fix for fff_print_tests 2022-02-04 11:30:07 +01:00
PrintObject.cpp Fix of PrusaSlicer crashes when using fuzzy skin and setting 0 for values #7468 2021-12-13 11:18:43 +01:00
PrintObjectSlice.cpp Fixed handling of "clip_multipart_objects". 2021-11-29 16:33:44 +01:00
PrintRegion.cpp
QuadricEdgeCollapse.cpp Remove SimplifyMesh 2021-11-02 14:23:49 +01:00
QuadricEdgeCollapse.hpp
Semver.cpp
Semver.hpp Fixed memory leak in Semver::set_metadata() and Semver::set_prerelease(). 2022-01-28 14:43:10 +01:00
ShortestPath.cpp
ShortestPath.hpp
SLAPrint.cpp Added new param sla_output_precision in nanometers 2022-02-03 16:10:03 +01:00
SLAPrint.hpp Fix ignoring of changed sla printer params 2022-02-03 16:09:57 +01:00
SLAPrintSteps.cpp Fix ignoring of changed sla printer params 2022-02-03 16:09:57 +01:00
SLAPrintSteps.hpp
SlicesToTriangleMesh.cpp Fixing corrupted SLA pad 2022-01-07 10:09:20 +01:00
SlicesToTriangleMesh.hpp Fix some mesh errors in sl1 archive reconstruction 2021-11-05 15:43:40 +01:00
Slicing.cpp
Slicing.hpp
SlicingAdaptive.cpp WIP: admesh eradication 2021-09-14 14:51:40 +02:00
SlicingAdaptive.hpp
SupportMaterial.cpp Fixed FDM support generator for object layers lower than minimum 2021-12-21 16:57:35 +01:00
SupportMaterial.hpp New ClipperUtils functions: opening(), closing() as an alternative 2021-10-14 09:11:31 +02:00
Surface.cpp
Surface.hpp
SurfaceCollection.cpp
SurfaceCollection.hpp
SVG.cpp
SVG.hpp
Technologies.hpp Tech ENABLE_RELOAD_FROM_DISK_REWORK - A bunch of bug fixes in Reload from disk command: 2022-02-02 14:25:36 +01:00
Tesselate.cpp Fixing corrupted SLA pad 2022-01-07 10:09:20 +01:00
Tesselate.hpp Fixing corrupted SLA pad 2022-01-07 10:09:20 +01:00
Thread.cpp Fixed a possible deadlock: 2021-10-18 16:24:15 +02:00
Thread.hpp Follow-up to ae7d6db1d9 2021-09-13 13:04:12 +02:00
Time.cpp
Time.hpp
TriangleMesh.cpp Tech ENABLE_SHOW_NON_MANIFOLD_EDGES - 1st installment - Calculate and show in 3D view non-manifold edges as lines 2022-01-20 13:32:24 +01:00
TriangleMesh.hpp Tech ENABLE_SHOW_NON_MANIFOLD_EDGES - 1st installment - Calculate and show in 3D view non-manifold edges as lines 2022-01-20 13:32:24 +01:00
TriangleMeshSlicer.cpp Fixing clang compiler warnings 2021-11-30 10:50:27 +01:00
TriangleMeshSlicer.hpp Fixing projection of bottom surfaces in MM segmentation and for 2021-10-28 15:07:29 +02:00
TriangleSelector.cpp Fixed a bug in the precomputation of the data for bucket fill that was triggering assert in TriangleSelector::neighbor_child(). 2021-12-03 14:06:53 +01:00
TriangleSelector.hpp Fixed use of an uninitialized variable in TriangleSelector caused the cursor radius in TriangleSelector to be mistakenly reset after undo. 2021-12-17 18:20:43 +01:00
TriangulateWall.cpp
TriangulateWall.hpp
TryCatchSignal.cpp
TryCatchSignal.hpp
TryCatchSignalSEH.cpp
TryCatchSignalSEH.hpp
utils.cpp get_wraped_wxString(): Adapted to work with UTF8 2022-01-31 16:25:20 +01:00
Utils.hpp Merge branch 'master' into dev 2022-02-01 14:17:34 +01:00
Zipper.cpp
Zipper.hpp