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>2022-07-29 20:10:48 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-07-29 20:10:48 +0300
commit0805133048ae2661901dedbf72232ba5f503cfb6 (patch)
treeb255aef81847e720332080344c514ee5855bcf6f /RELEASE_NOTES.md
parent315ce3bc0dfc7a950138473f66ac83e0fa119f6c (diff)
v3.5.6v3.5.6
- **Tools** - **PCB Exposure:** - (Add) Able to choose the size midpoint rounding method (#520) - (Fix) Allow to flash alone D03 commands (#520) - (Fix) Correct line thickness to have at least 1px error (#523) - (Improvement) Layer arithmetic: Use ; to split and start a new arithmetic operation - (Add) Cmd: Convert command now allow to pass 'auto' as target type to auto convert specific files, valid for SL1 files configured with FILEFORMAT_xxx (#522) - (Add) GCode: Command to sync and wait for movement completion [Only enabled for cws format] (#514) - (Add) VDT: Transition layer count - (Upgrade) AvaloniaUI from 0.10.16 to 0.10.17
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 762eac8..9fe95e0 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,11 @@
-- **File formats:**
- - (Add) `LayerImageType`: Gets the layer image data type used on this file format
- - (Improvement) jxs, rgb.cws and xml.cws: Improve the layer image read/write performance by a significant amount
- - (Fix) xml.cws: Wanhao printers need 32 bit png instead of 8 bit png (#514)
+- **Tools**
+ - **PCB Exposure:**
+ - (Add) Able to choose the size midpoint rounding method (#520)
+ - (Fix) Allow to flash alone D03 commands (#520)
+ - (Fix) Correct line thickness to have at least 1px error (#523)
+ - (Improvement) Layer arithmetic: Use ; to split and start a new arithmetic operation
+- (Add) Cmd: Convert command now allow to pass 'auto' as target type to auto convert specific files, valid for SL1 files configured with FILEFORMAT_xxx (#522)
+- (Add) GCode: Command to sync and wait for movement completion [Only enabled for cws format] (#514)
+- (Add) VDT: Transition layer count
+- (Upgrade) AvaloniaUI from 0.10.16 to 0.10.17