From 72d8636d4a287ad21cd661e28bf5775bcc512aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Fri, 27 Aug 2021 02:53:31 +0100 Subject: 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 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG.md') 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:** -- cgit v1.2.3