.. |
Arachne
|
Fixed an issue that the wipe was shorter when it was located where extrusion width was changing.
|
2022-08-18 17:00:28 +02:00 |
Execution
|
|
|
Fill
|
Fixed an issue that the wipe was shorter when it was located where extrusion width was changing.
|
2022-08-18 17:00:28 +02:00 |
Format
|
Fix error message (related to #8703)
|
2022-08-17 22:21:09 +02:00 |
GCode
|
Random seam fix - pseudorandom generator instead of rand()
|
2022-08-18 17:19:58 +02:00 |
Geometry
|
prefer enforcers over blockers, lower the threshold distance,
|
2022-08-11 15:30:51 +02:00 |
Optimize
|
|
|
SLA
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
AABBTreeIndirect.hpp
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
AABBTreeLines.hpp
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
AppConfig.cpp
|
Added detection for corrupted PrusaSlicer.ini and fixed showing instructions on how to recover from it (#8217).
|
2022-06-02 09:28:09 +02:00 |
AppConfig.hpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
Arrange.cpp
|
|
|
Arrange.hpp
|
|
|
BlacklistedLibraryCheck.cpp
|
|
|
BlacklistedLibraryCheck.hpp
|
|
|
BoundingBox.cpp
|
|
|
BoundingBox.hpp
|
|
|
BridgeDetector.cpp
|
|
|
BridgeDetector.hpp
|
|
|
Brim.cpp
|
Fixed compiler warnings
|
2022-06-03 12:45:06 +02:00 |
Brim.hpp
|
|
|
BuildVolume.cpp
|
|
|
BuildVolume.hpp
|
|
|
Channel.hpp
|
|
|
clipper.cpp
|
|
|
clipper.hpp
|
|
|
ClipperUtils.cpp
|
Updated Arachne with Cura master.
|
2022-06-01 21:40:15 +02:00 |
ClipperUtils.hpp
|
Updated Arachne with Cura master.
|
2022-06-01 21:40:15 +02:00 |
clonable_ptr.hpp
|
|
|
CMakeLists.txt
|
Switch to statically linked OCCTWrapper on Apple.
|
2022-08-11 16:49:13 +02:00 |
Config.cpp
|
Follow-up to 68b6672907
|
2022-04-08 14:28:12 +02:00 |
Config.hpp
|
Fix for #7905 - Segfault when changing printer after loading 3mf with a different printer set
|
2022-04-11 12:09:30 +02:00 |
CustomGCode.cpp
|
|
|
CustomGCode.hpp
|
|
|
EdgeGrid.cpp
|
|
|
EdgeGrid.hpp
|
|
|
ElephantFootCompensation.cpp
|
|
|
ElephantFootCompensation.hpp
|
|
|
enum_bitmask.hpp
|
|
|
Exception.hpp
|
|
|
ExPolygon.cpp
|
|
|
ExPolygon.hpp
|
|
|
ExPolygonCollection.cpp
|
|
|
ExPolygonCollection.hpp
|
|
|
Extruder.cpp
|
|
|
Extruder.hpp
|
|
|
ExtrusionEntity.cpp
|
When placing seam, never produce segments shorter than 1.5um.
|
2022-06-28 10:30:04 +02:00 |
ExtrusionEntity.hpp
|
When placing seam, never produce segments shorter than 1.5um.
|
2022-06-28 10:30:04 +02:00 |
ExtrusionEntityCollection.cpp
|
|
|
ExtrusionEntityCollection.hpp
|
Fixed a memory leak in the move assignment operator in ExtrusionEntityCollection.
|
2022-06-02 09:28:09 +02:00 |
ExtrusionSimulator.cpp
|
|
|
ExtrusionSimulator.hpp
|
|
|
FileParserError.hpp
|
|
|
Flow.cpp
|
|
|
Flow.hpp
|
|
|
format.hpp
|
|
|
GCode.cpp
|
Fixed an issue that the wipe was shorter when it was located where extrusion width was changing.
|
2022-08-18 17:00:28 +02:00 |
GCode.hpp
|
Reworked pressure equalizer and GCode processing pipeline to make pressure equalizer always returns one whole layer at once.
|
2022-06-10 10:54:35 +02:00 |
GCodeReader.cpp
|
Follow-up of 4b4d1c2f2a - Restored line deleted by mistake
|
2022-01-19 13:26:58 +01:00 |
GCodeReader.hpp
|
|
|
GCodeSender.cpp
|
|
|
GCodeSender.hpp
|
|
|
GCodeWriter.cpp
|
Minor tweaks in machine limits handling:
|
2022-01-10 12:52:21 +01:00 |
GCodeWriter.hpp
|
|
|
Geometry.cpp
|
|
|
Geometry.hpp
|
|
|
I18N.hpp
|
|
|
Int128.hpp
|
|
|
KDTreeIndirect.hpp
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
Layer.cpp
|
Follow-up to c9727b5a57
|
2021-12-08 11:22:43 +01:00 |
Layer.hpp
|
Fixed various issues in the ported Lightning infill.
|
2022-06-01 21:35:58 +02:00 |
LayerRegion.cpp
|
Fix of #8704 - Travels in spiral vase mode when Arachne is used.
|
2022-08-18 11:22:47 +02:00 |
libslic3r_version.h.in
|
|
|
libslic3r.h
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
Line.cpp
|
Modified method Line::intersection_infinite() to return that the intersection was not found if the input lines are near parallel, and an integer overflow would occur when saving the intersection coordinates.
|
2022-06-01 21:40:15 +02:00 |
Line.hpp
|
Initial port of Arachne from Cura.
|
2022-06-01 21:40:13 +02:00 |
LocalesUtils.cpp
|
Added a missing include (Clang 12 without PCH).
|
2022-01-19 20:39:28 +01:00 |
LocalesUtils.hpp
|
Sets locales before any thread start participating in the GCode processing pipeline.
|
2022-06-02 09:28:09 +02:00 |
MarchingSquares.hpp
|
|
|
MeshBoolean.cpp
|
|
|
MeshBoolean.hpp
|
|
|
MeshSplitImpl.hpp
|
|
|
MinAreaBoundingBox.cpp
|
|
|
MinAreaBoundingBox.hpp
|
|
|
miniz_extension.cpp
|
|
|
miniz_extension.hpp
|
|
|
Model.cpp
|
Add STEP into menu label, enable drag and drop
|
2022-08-11 16:49:13 +02:00 |
Model.hpp
|
|
|
ModelArrange.cpp
|
|
|
ModelArrange.hpp
|
|
|
MTUtils.hpp
|
|
|
MultiMaterialSegmentation.cpp
|
Follow-up to a4ecf2f2a6 . Refactoring of the function for removing duplicate points.
|
2022-02-16 09:20:45 +01:00 |
MultiMaterialSegmentation.hpp
|
|
|
MultiPoint.cpp
|
When placing seam, never produce segments shorter than 1.5um.
|
2022-06-28 10:30:04 +02:00 |
MultiPoint.hpp
|
When placing seam, never produce segments shorter than 1.5um.
|
2022-06-28 10:30:04 +02:00 |
MutablePolygon.cpp
|
Follow-up to a4ecf2f2a6 . Refactoring of the function for removing duplicate points.
|
2022-02-16 09:20:45 +01:00 |
MutablePolygon.hpp
|
Follow-up to a4ecf2f2a6 . Refactoring of the function for removing duplicate points.
|
2022-02-16 09:20:45 +01:00 |
MutablePriorityQueue.hpp
|
|
|
NormalUtils.cpp
|
Refactoring of the short edge collpase, should greatly improve performance
|
2022-06-07 11:12:48 +02:00 |
NormalUtils.hpp
|
Refactoring of the short edge collpase, should greatly improve performance
|
2022-06-07 11:12:48 +02:00 |
ObjectID.cpp
|
|
|
ObjectID.hpp
|
|
|
OpenVDBUtils.cpp
|
Backport hollowing optimization into stable
|
2022-06-02 09:04:36 +02:00 |
OpenVDBUtils.hpp
|
Backport hollowing optimization into stable
|
2022-06-02 09:04:36 +02:00 |
pchheader.cpp
|
|
|
pchheader.hpp
|
|
|
PerimeterGenerator.cpp
|
Fixed an issue that the wipe was shorter when it was located where extrusion width was changing.
|
2022-08-18 17:00:28 +02:00 |
PerimeterGenerator.hpp
|
Fixed an issue that the wipe was shorter when it was located where extrusion width was changing.
|
2022-08-18 17:00:28 +02:00 |
PlaceholderParser.cpp
|
|
|
PlaceholderParser.hpp
|
|
|
Platform.cpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
Platform.hpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
PNGReadWrite.cpp
|
|
|
PNGReadWrite.hpp
|
|
|
Point.cpp
|
|
|
Point.hpp
|
Initial port of Arachne from Cura.
|
2022-06-01 21:40:13 +02:00 |
Polygon.cpp
|
|
|
Polygon.hpp
|
|
|
PolygonTrimmer.cpp
|
|
|
PolygonTrimmer.hpp
|
|
|
Polyline.cpp
|
When placing seam, never produce segments shorter than 1.5um.
|
2022-06-28 10:30:04 +02:00 |
Polyline.hpp
|
When placing seam, never produce segments shorter than 1.5um.
|
2022-06-28 10:30:04 +02:00 |
Preset.cpp
|
Replaced parameters wall_add_middle_threshold and wall_split_middle_threshold with automatic computation based on extrusion width.
|
2022-08-08 10:21:55 +02:00 |
Preset.hpp
|
Follow-up to a1746e3e66
|
2022-02-14 14:13:48 +01:00 |
PresetBundle.cpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
PresetBundle.hpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
Print.cpp
|
Attempted to reenable the old pressure equalizer and fix its issues.
|
2022-06-09 21:07:41 +02:00 |
Print.hpp
|
Little fix: back() isn't front()
|
2022-07-28 03:02:29 +02:00 |
PrintApply.cpp
|
|
|
PrintBase.cpp
|
|
|
PrintBase.hpp
|
|
|
PrintConfig.cpp
|
Replaced parameters wall_add_middle_threshold and wall_split_middle_threshold with automatic computation based on extrusion width.
|
2022-08-08 10:21:55 +02:00 |
PrintConfig.hpp
|
Replaced parameters wall_add_middle_threshold and wall_split_middle_threshold with automatic computation based on extrusion width.
|
2022-08-08 10:21:55 +02:00 |
PrintObject.cpp
|
Follow-up to 263b23fb46 : Fixed an assert.
|
2022-08-19 09:09:59 +02:00 |
PrintObjectSlice.cpp
|
|
|
PrintRegion.cpp
|
|
|
QuadricEdgeCollapse.cpp
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
QuadricEdgeCollapse.hpp
|
|
|
Semver.cpp
|
|
|
Semver.hpp
|
|
|
ShortEdgeCollapse.cpp
|
optimize embedding computation
|
2022-06-07 11:12:48 +02:00 |
ShortEdgeCollapse.hpp
|
Implementation of ShortEdgeCollapse
|
2022-06-07 11:12:48 +02:00 |
ShortestPath.cpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
ShortestPath.hpp
|
|
|
SLAPrint.cpp
|
SLA estimation time:
|
2022-06-02 09:29:11 +02:00 |
SLAPrint.hpp
|
|
|
SLAPrintSteps.cpp
|
Fixed compiler warnings
|
2022-06-03 12:45:06 +02:00 |
SLAPrintSteps.hpp
|
|
|
SlicesToTriangleMesh.cpp
|
Fixing corrupted SLA pad
|
2022-01-07 10:09:20 +01:00 |
SlicesToTriangleMesh.hpp
|
|
|
Slicing.cpp
|
|
|
Slicing.hpp
|
|
|
SlicingAdaptive.cpp
|
|
|
SlicingAdaptive.hpp
|
|
|
Subdivide.cpp
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
Subdivide.hpp
|
Full occlusion guided seam placer backport
|
2022-06-07 11:12:48 +02:00 |
SupportMaterial.cpp
|
Added concentric infill generated using Arachne.
|
2022-06-01 21:41:39 +02:00 |
SupportMaterial.hpp
|
|
|
Surface.cpp
|
|
|
Surface.hpp
|
|
|
SurfaceCollection.cpp
|
|
|
SurfaceCollection.hpp
|
|
|
SVG.cpp
|
Added a lot of debugging outputs (SVG) into SkeletalTrapezoidation.
|
2022-08-12 09:48:34 +02:00 |
SVG.hpp
|
Modified text drawing methods in debugging visualization (SVG) to support changing font size.
|
2022-08-02 13:21:39 +02:00 |
Technologies.hpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +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
|
Sets locales before any thread start participating in the GCode processing pipeline.
|
2022-06-02 09:28:09 +02:00 |
Thread.hpp
|
|
|
Time.cpp
|
|
|
Time.hpp
|
|
|
TriangleMesh.cpp
|
STEP: Implementation ported from BambuStudio:
|
2022-08-11 16:49:13 +02:00 |
TriangleMesh.hpp
|
|
|
TriangleMeshSlicer.cpp
|
|
|
TriangleMeshSlicer.hpp
|
|
|
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 |
TriangleSetSampling.cpp
|
optimize embedding computation
|
2022-06-07 11:12:48 +02:00 |
TriangleSetSampling.hpp
|
Hopefully improved the seam placer performance a lot
|
2022-06-07 11:12:48 +02:00 |
TriangulateWall.cpp
|
|
|
TriangulateWall.hpp
|
|
|
TryCatchSignal.cpp
|
|
|
TryCatchSignal.hpp
|
|
|
TryCatchSignalSEH.cpp
|
|
|
TryCatchSignalSEH.hpp
|
|
|
utils.cpp
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
Utils.hpp
|
get_wraped_wxString(): Adapted to work with UTF8
|
2022-01-31 16:25:20 +01:00 |
Zipper.cpp
|
|
|
Zipper.hpp
|
|
|