-
-
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.
- **File formats:** - (Add) OSF (Vlare Open File Format) - (Fix) CTB Encrypted: Bottom Retract Height for TSMC was constraining incorrectly with the normal total retract height - (Fix) CWS: Only issue `;<Slice>` command when the exposure is about to happen (#514) - **GCode:** - (Add) Command `CommandWaitSyncDelay` for movement wait sync delay instead of depending on G4 wait command - (Fix) Wrong parsing and set of wait times when using a wait after lift / wait before retract - (Improvement) Auto update: Make sure the download url exists before attempt the download, if not, instead it will prompt for manual download and update - (Improvement) MacOS: Remove `com.apple.quarantine` flag from the auto downloaded files - (Upgrade) .NET from 6.0.7 to 6.0.8 - (Upgrade) AvaloniaUI from 0.10.17 to 0.10.18
- Loading branch information
Showing
29 changed files
with
946 additions
and
508 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
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,11 +1,12 @@ | ||
- **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 | ||
- **File formats:** | ||
- (Add) OSF (Vlare Open File Format) | ||
- (Fix) CTB Encrypted: Bottom Retract Height for TSMC was constraining incorrectly with the normal total retract height | ||
- (Fix) CWS: Only issue `;<Slice>` command when the exposure is about to happen (#514) | ||
- **GCode:** | ||
- (Add) Command `CommandWaitSyncDelay` for movement wait sync delay instead of depending on G4 wait command | ||
- (Fix) Wrong parsing and set of wait times when using a wait after lift / wait before retract | ||
- (Improvement) Auto update: Make sure the download url exists before attempt the download, if not, instead it will prompt for manual download and update | ||
- (Improvement) MacOS: Remove `com.apple.quarantine` flag from the auto downloaded files | ||
- (Upgrade) .NET from 6.0.7 to 6.0.8 | ||
- (Upgrade) AvaloniaUI from 0.10.17 to 0.10.18 | ||
|
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.