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 07:15:11 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-27 07:15:11 +0300
commitfc0c0e967af9aaed5f1b48be654879da3ab1ef83 (patch)
tree9e8bf72bf0bc459c8969b6158bf04c125d58d1cb /CHANGELOG.md
parent1963fb055c7de1756992498dae944b31de46fd11 (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 869dec1..c7c0ed5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,9 @@
- **(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
+ - The `RetractSpeed` and `RetractSpeed2` property wasn't setting the bottom speed for bottom layers, instead the normal retract speed was always used
+ - Setting the `RetractHeight2` and `RetractSpeed2` property was not notifying the timer to update the print time
+ - Propagate the whole global settings to layers now identfies the bottom layers per height instead of the 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