-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- **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
- Loading branch information
Showing
34 changed files
with
1,115 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.