Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/Operations/OperationInfill.cs')
-rw-r--r--UVtools.Core/Operations/OperationInfill.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/UVtools.Core/Operations/OperationInfill.cs b/UVtools.Core/Operations/OperationInfill.cs
index 3e0f0db..e305338 100644
--- a/UVtools.Core/Operations/OperationInfill.cs
+++ b/UVtools.Core/Operations/OperationInfill.cs
@@ -13,7 +13,7 @@ namespace UVtools.Core.Operations
[Serializable]
public sealed class OperationInfill : Operation
{
- private InfillAlgorithm _infillType = InfillAlgorithm.CubicCenterLink;
+ private InfillAlgorithm _infillType = InfillAlgorithm.CubicDynamicLink;
private ushort _wallThickness = 64;
private ushort _infillThickness = 45;
private ushort _infillSpacing = 160;
@@ -42,6 +42,7 @@ namespace UVtools.Core.Operations
//Rhombus,
Cubic,
CubicCenterLink,
+ CubicDynamicLink,
CubicInterlinked,
}
#endregion