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-04-07 06:12:48 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-04-07 06:12:48 +0300
commitbdcd58f93d4f15951b68de6995e31d7d5b203e3b (patch)
treefcb80b69e53f7e814e3e49121a636a1cf96c9043 /UVtools.WPF
parent47777024363a2836e3ae203d7bb6995facac23a4 (diff)
v2.8.3v2.8.3
* File formats: Sanitize and check layers on encoding/saving file, will thrown a error and prevent the save if found any * GCode Parser: Do not sanitize the lack of lift height on a file to allow read files back with no lift's on the layers * CWS: Zips containing files without numbers was interrupting the decode method on first cath (#180) * Tool - Change resolution: Only manipulate the layer image if the new resolution is different from the image resolution
Diffstat (limited to 'UVtools.WPF')
-rw-r--r--UVtools.WPF/MainWindow.axaml.cs3
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj2
2 files changed, 2 insertions, 3 deletions
diff --git a/UVtools.WPF/MainWindow.axaml.cs b/UVtools.WPF/MainWindow.axaml.cs
index 2c5ec87..5e4b3d6 100644
--- a/UVtools.WPF/MainWindow.axaml.cs
+++ b/UVtools.WPF/MainWindow.axaml.cs
@@ -11,7 +11,6 @@ using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Markup.Xaml;
using Avalonia.Threading;
-using Emgu.CV;
using MessageBox.Avalonia.Enums;
using System;
using System.Collections.Generic;
@@ -1142,7 +1141,7 @@ namespace UVtools.WPF
if (mat.Size != SlicerFile.Resolution)
{
await this.MessageBoxWaring($"Layer image resolution of {mat.Size} mismatch with printer resolution of {SlicerFile.Resolution}.\n" +
- "Printing this file can lead to problems or malformed model, please verify your slicing settings;\n" +
+ "Printing this file can lead to problems or malformed model, please verify your slicer printer settings;\n" +
"Processing this file with some of the tools can lead to program crash or misfunction;\n" +
"If you used PrusaSlicer to slice this file, you must use it with compatible UVtools printer profiles (Help - Install profiles into PrusaSlicer).",
"File and layer resolution mismatch!");
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index e6a7ed6..192c8c1 100644
--- a/UVtools.WPF/UVtools.WPF.csproj
+++ b/UVtools.WPF/UVtools.WPF.csproj
@@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
- <Version>2.8.2</Version>
+ <Version>2.8.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">