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-28 18:12:25 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-28 18:12:25 +0300
commite7d474bcca78aca4ba6ea659fac46a2a83630d62 (patch)
tree056b58e51972cf1cb1a50c24bdc79a172bb270aa /UVtools.Core/UVtools.Core.csproj
parentffd359e79e6dd31923203d432b1e3539c8c9ddb5 (diff)
v2.20.3v2.20.3
- **Tool - Dynamic Layer Height:** - (Add) Option to strip anti-aliasing: Use this option if you get flashy layers or if you want to enhancement the results - (Add) Option to reconstruct anti-aliasing: Use this option with "Strip anti-aliasing" to reconstruct the layer anti-aliasing via an gaussian blur - (Add) Maximum wide difference: The maximum number of pixels wide difference to be able to stack layers, where one pixel difference is a whole perimeter of the object to be eroded. 0 = Stack only equal layers n = Stack equal layers or with a n perimeter of difference between the sum of the stack (#274) - (Add) Allow to change the base exposure times for the auto generation (#274) - (Add) Option to switch between: "Set the same base time for all bottoms" or "Calculate and iterate bottom exposures" - (Add) Button to: Copy automatic table data into manual table - (Improvement) Auto fill all layer height exposures times on manual entry - (Fix) When "Exposure set type = Multiplier" bottom exposure is being used for normal exposure (#274) - (Fix) Do not sum equal layers on the stack - (Fix) Recalculate the material milliliters per layer when replacing a layer collection (#273)
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 50389f8..f388343 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.2</Version>
+ <Version>2.20.3</Version>
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>