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-07-24 04:55:43 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-07-24 04:55:43 +0300
commit2d79c6504f0fcdc95fa8c19125701655bdf73236 (patch)
treec493f2148835140bc6e02d30828efe2406e2a0ff /CHANGELOG.md
parentf72a9de6281d39de9eab6627a1cd2b68c00deb9e (diff)
v2.15.1
- **(Improvement) CWS:** - Remove light-off delay from the format - Sync movements with a delay time - Auto convert the light-off delay time to wait before cure time when required - **(Improvement) CTB:** - When positively set the 'Wait time before cure' property on a CTBv3 or lower, it will compute the right light-off delay with that extra time into consideration - When positively set any of the light-off delays on a CTBv4 it will auto zero the 'Wait times' properties and vice-versa - Automation to set light-off delay on file load, will no longer do when any of 'Wait times' are defined for a CTBv4 - (Improvement) PrusaSlicer printers that use .cws format, implement the wait times on printer notes - (Fix) GCode parser: Commented commands were being parsed - (Fix) Exposure time information on bottom status bar was inverted, showing normal/bottom time instead of bottom/normal - (Fix) macOS: Installing libusb is no longer a requirement
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b334b34..339a7f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## 24/07/2021 - v2.15.1
+
+- **(Improvement) CWS:**
+ - Remove light-off delay from the format
+ - Sync movements with a delay time
+ - Auto convert the light-off delay time to wait before cure time when required
+- **(Improvement) CTB:**
+ - When positively set the 'Wait time before cure' property on a CTBv3 or lower, it will compute the right light-off delay with that extra time into consideration
+ - When positively set any of the light-off delays on a CTBv4 it will auto zero the 'Wait times' properties and vice-versa
+ - Automation to set light-off delay on file load, will no longer do when any of 'Wait times' are defined for a CTBv4
+- (Improvement) PrusaSlicer printers that use .cws format, implement the wait times on printer notes
+- (Fix) GCode parser: Commented commands were being parsed
+- (Fix) Exposure time information on bottom status bar was inverted, showing normal/bottom time instead of bottom/normal
+- (Fix) macOS: Installing libusb is no longer a requirement
+
## 16/07/2021 - v2.15.0
- **File formats:**