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/ZCodexFile.cs')
-rw-r--r--UVtools.Core/ZCodexFile.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/UVtools.Core/ZCodexFile.cs b/UVtools.Core/ZCodexFile.cs
index 7cee01b..b173259 100644
--- a/UVtools.Core/ZCodexFile.cs
+++ b/UVtools.Core/ZCodexFile.cs
@@ -90,8 +90,8 @@ namespace UVtools.Core
public float ZLiftRetractRate { get; set; } = 100;
public float ZLiftFeedRate { get; set; } = 100;
public byte AntiAliasing { get; set; } = 0;
- public byte XCorrection { get; set; }
- public byte YCorrection { get; set; }
+ public float XCorrection { get; set; }
+ public float YCorrection { get; set; }
public byte HollowEnabled { get; set; }
public float HollowThickness { get; set; }
public byte InfillDensity { get; set; }
@@ -346,6 +346,8 @@ namespace UVtools.Core
}
}
}
+
+ var rect = LayerManager.BoundingRectangle;
}
public override bool SetValueFromPrintParameterModifier(PrintParameterModifier modifier, string value)