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>2022-04-12 01:36:56 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-04-12 01:36:56 +0300
commit395ee1b8e6407d5a31c38c2bc55029aedced45cc (patch)
treee27faf55f4708839ba8a8d42cd4c0432319d3421 /UVtools.WPF
parent99e3e33ac6ee2c9cdf586eacb47dc69e192296d2 (diff)
v3.3.1v3.3.1
- **PrusaSlicer:** - (Add) AnyCubic M3 - (Add) AnyCubic M3 Max - (Add) AnyCubic M3 Plus - (Change) AnyCubic Photon Mono 4K: Display size and remove offset from bed shape - (Change) AnyCubic Photon Mono X 6K: Display size and remove offset from bed shape - (Add) File format: AnyCubic PM3 and PM3M (#454) - (Fix) Tool - Lithophane: Value unit for "Lithophane height" was in px instead of mm
Diffstat (limited to 'UVtools.WPF')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml4
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj2
2 files changed, 3 insertions, 3 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml b/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml
index 39d0207..050866f 100644
--- a/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml
@@ -3,7 +3,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:i="clr-namespace:Projektanker.Icons.Avalonia;assembly=Projektanker.Icons.Avalonia"
- mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
+ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="600"
x:Class="UVtools.WPF.Controls.Tools.ToolLithophaneControl">
<Grid ColumnDefinitions="Auto,10,350">
<StackPanel Spacing="10">
@@ -216,7 +216,7 @@
Text="Lithophane height:"/>
<NumericUpDown Grid.Row="22" Grid.Column="2"
- Classes="ValueLabel ValueLabel_px"
+ Classes="ValueLabel ValueLabel_mm"
Minimum="0"
Maximum="10000"
Increment="1"
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index 77dd831..8708537 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>3.3.0</Version>
+ <Version>3.3.1</Version>
<Platforms>AnyCPU;x64</Platforms>
<PackageIcon>UVtools.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>