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:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-08-29 21:38:56 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-29 21:38:56 +0300
commit1fd53c9d3c34ef2e4027eb2ceb8e79d9e6cdb7e3 (patch)
tree4643d7b036de541a058d2abb9d614d90a74bbea3 /UVtools.Core/FileFormats/FileFormat.cs
parent14f0cd4ce5a7dbab26b4bb2b105a35be5da8ff33 (diff)
v2.20.4v2.20.4
- (Fix) On some tools, calibration tests and even files when recalculating the Z layer position for the whole set, it will use the bottom setting for all layers
Diffstat (limited to 'UVtools.Core/FileFormats/FileFormat.cs')
-rw-r--r--UVtools.Core/FileFormats/FileFormat.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/FileFormats/FileFormat.cs b/UVtools.Core/FileFormats/FileFormat.cs
index 7ff9433..04a8a3d 100644
--- a/UVtools.Core/FileFormats/FileFormat.cs
+++ b/UVtools.Core/FileFormats/FileFormat.cs
@@ -905,7 +905,7 @@ namespace UVtools.Core.FileFormats
// Recalculate changes
PrintHeight = PrintHeight;
PrintTime = PrintTimeComputed;
- MaterialMilliliters = 0;
+ MaterialMilliliters = -1;
if (oldLayerManager is null) return; // Init