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 /CHANGELOG.md
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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7c0ed5..a5bd8f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## 28/08/2021 - v2.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)
+
## 27/08/2021 - v2.20.2
- **(Fix) Layers:**