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-27 04:53:31 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-27 04:53:31 +0300
commit72d8636d4a287ad21cd661e28bf5775bcc512aeb (patch)
tree14e40dccc43eaf47bc7dd8aabd05fdd62058740a /UVtools.Core/UVtools.Core.csproj
parente200dfbcad433bdbb626cc1d072dc8e18d8406c4 (diff)
v2.20.2v2.20.2
- **(Fix) Layers:** - Round properties before comparing to avoid the precision error - Prevent 'Wait time' properties from having negative values - The `RetractSpeed` or `RetractSpeed2` property wasn't setting the bottom speed for bottom layers, instead the normal retract speed was always used - Set the `RetractHeight2` or `RetractSpeed2` property was not notifing the timer to update the print time no - Propagate global settings to layers now identfies the bottom layers per height instead of layer index - (Add) UVJ: Support TSMC for the file format - (Fix) UVJ: Soft save was not updating the layer settings - (Fix) CTB: TSMC not working properly due incorrect layer `LiftHeight` value calculation
Diffstat (limited to 'UVtools.Core/UVtools.Core.csproj')
-rw-r--r--UVtools.Core/UVtools.Core.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/UVtools.Core.csproj b/UVtools.Core/UVtools.Core.csproj
index 9b1774c..50389f8 100644
--- a/UVtools.Core/UVtools.Core.csproj
+++ b/UVtools.Core/UVtools.Core.csproj
@@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<PackageProjectUrl>https://github.com/sn4k3/UVtools</PackageProjectUrl>
<Description>MSLA/DLP, file analysis, calibration, repair, conversion and manipulation</Description>
- <Version>2.20.1</Version>
+ <Version>2.20.2</Version>
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>