mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v3.9.0
- **File formats:** - (Add) File extension: .gktwo.ctb to `ChituboxFile` to be able to convert files for UniFormation GKtwo under special CTB format - (Add) UniFormation GKtwo compatibility under CTB format, if exporting JXS rename to CTB before open - (Fix) CTB, CBDDLP, PHOTON, FDG, PHZ: Read and write files larger then 4GB (#608) - **PCB Exposure:** - (Add) Offset X/Y to offset the PCB from it origin - (Add) Allow to toggle between "Show preview image cropped by it bounds" and "Show full preview image (The final result)" - (Improvement) Use rectangle instead of line for center line primitive (#607) - (Fix) Implement rotation to polygon and center line primitives (#607) - (Fix) Macros in a single line was not being parsed (#607) - (Fix) Invert color per file was not affecting primitives - **Network printers:** - (Add) Socket requests with TCP and UDP - (Add) AnyCubic printer preset (However it can't upload a file) - (Add) Scripts in request path to allow a first request to fetch data to the final request: - A script starts with **<\?** and ends with **?>** - First parameter is the first request to get response content from - Second parameter is the regex pattern to match content with - Third parameter is the final request that supports a parameter from regex matching group, eg: **{#1}** is match Group[1] value - **Example:** <\? getfiles > {0}\/(\d+\.[\da-zA-Z]+), > printfile,{#1} ?> - (Change) Allow to print a filename without send it when upload request path is empty - (Fix) Do not show printers with empty requests - (Change) Default layer compression to Lz4 instead of Png - (Improvement) Application is now culture aware but set part of `NumberFormat` to the `InvariantCulture.NumberFormat` - (Improvement) Material cost now show with the current culture currency symbol due previous change - (Improvement) Better submit of bug reports using sections and forms - (Improvement) Linux: AppImage now have a help manual with possible arguments and parameters - (Improvement) macOS: Codesign app on auto-installer and auto-upgrade to bypass arm64 run restriction (#431) - (Improvement) macOS: Rebuilt arm64 libcvextern.dylib to run with less dependencies (#431) - (Improvement) macOS: Try to show missing dependencies from openCV (if any) on the error message - (Fix) UI: layers sorted lexicographically instead of numerically in the issues list view (#611) - (Fix) PrusaSlicer printer parameters: UniFormation GKtwo
This commit is contained in:
@@ -1229,11 +1229,11 @@
|
||||
<Component Id="cmp7778D227374EB7F600A97332D1D6A45B" Guid="*">
|
||||
<File Id="filBBF13BCAC7D6B106C113F7CFA14A7840" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\QIDI Shadow6.0 Pro.ini" />
|
||||
</Component>
|
||||
<Component Id="cmp611309E8DB084F22DABEC724A1D09579" Guid="*">
|
||||
<File Id="fil3EB35616F56D9D096F49556019B2A109" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\Uniformation GKone.ini" />
|
||||
<Component Id="cmp7E817A36B682DF55D0E86D145E27394E" Guid="*">
|
||||
<File Id="fil4627AA2319ACB8D222BCE61C11BA0B53" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\UniFormation GKone.ini" />
|
||||
</Component>
|
||||
<Component Id="cmp349785BA16BE1BC96FC0531A753E8896" Guid="*">
|
||||
<File Id="fil527DACB7C01D8842E81DE8453192A8ED" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\Uniformation GKtwo.ini" />
|
||||
<Component Id="cmp4E19DB4221A31764E993B0CCD95D7642" Guid="*">
|
||||
<File Id="fil0AC1D01236214C81A892BE4C0F3760D4" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\UniFormation GKtwo.ini" />
|
||||
</Component>
|
||||
<Component Id="cmp9F6872E41F10EFB360C028C3E540E02F" Guid="*">
|
||||
<File Id="fil1B5EBFEF6E7FB1A3AA3FE683B0D343AE" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\Uniz IBEE.ini" />
|
||||
@@ -1989,8 +1989,8 @@
|
||||
<ComponentRef Id="cmp40B90D04961D1E3743872E5411202E92" />
|
||||
<ComponentRef Id="cmp5E7F87B7AC98D09CB9045D5993BB28D3" />
|
||||
<ComponentRef Id="cmp7778D227374EB7F600A97332D1D6A45B" />
|
||||
<ComponentRef Id="cmp611309E8DB084F22DABEC724A1D09579" />
|
||||
<ComponentRef Id="cmp349785BA16BE1BC96FC0531A753E8896" />
|
||||
<ComponentRef Id="cmp7E817A36B682DF55D0E86D145E27394E" />
|
||||
<ComponentRef Id="cmp4E19DB4221A31764E993B0CCD95D7642" />
|
||||
<ComponentRef Id="cmp9F6872E41F10EFB360C028C3E540E02F" />
|
||||
<ComponentRef Id="cmp6ABBC7705A2469FF9059CF75A7EC20B7" />
|
||||
<ComponentRef Id="cmp4E6FE2176F0460D349008DACFB98DA6A" />
|
||||
|
||||
Reference in New Issue
Block a user