From 1fd53c9d3c34ef2e4027eb2ceb8e79d9e6cdb7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 29 Aug 2021 19:38:56 +0100 Subject: v2.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 --- UVtools.Core/FileFormats/FileFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UVtools.Core/FileFormats/FileFormat.cs') 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 -- cgit v1.2.3