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 /CHANGELOG.md
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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56c9ea8..869dec1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 27/08/2021 - v2.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
+
## 26/08/2021 - v2.20.1
- **UI:**