- **Tools:**
  - **PCB Exposure:**
    - (Add) Allow to scale the drawing sizes per gerber file
    - (Add) Allow to invert the drawing polarity per gerber file (#592)
    - (Add) Allow to drag and drop files into "Add files" button and grid header
    - (Improvement) Do not add empty layers when usable to draw or when draw a all black image
    - (Improvement) "Merge all gerbers into one layer" will now draw all gerber into one image instead of perform the Max(of all gerbers pixels), allowing to subtract areas as they are on gerbers
  - **Import layers:** Fix error when trying to insert layers
  - **Export layers images:** Better compression of contours for SVG export, resulting in smooth curves, better visuals and lower file size
- (Add) Outline: Triangulate
- (Remove) Avalonia.Diagnostics dependency in release mode
This commit is contained in:
Tiago Conceição
2022-11-02 23:39:21 +00:00
parent 55cbe02a7b
commit e727a097b3
43 changed files with 870 additions and 302 deletions
@@ -152,9 +152,6 @@
<Component Id="cmp24EC37127AAA575AAD606EA913282F5A" Guid="*">
<File Id="filEFC8009F9BC797FA42370209DCEA0584" KeyPath="yes" Source="$(var.HarvestPath)\Avalonia.DesktopRuntime.dll" />
</Component>
<Component Id="cmp27A31D9C3C1AA272F0D0D90DEE7CF252" Guid="*">
<File Id="fil9F4E461681E037FB6442FBDE1321EB4C" KeyPath="yes" Source="$(var.HarvestPath)\Avalonia.Diagnostics.dll" />
</Component>
<Component Id="cmp753A550BCADD7E2DE4FB25F55CBFA512" Guid="*">
<File Id="filD453DD71599C82513C77A8EACD721801" KeyPath="yes" Source="$(var.HarvestPath)\Avalonia.Dialogs.dll" />
</Component>
@@ -1634,7 +1631,6 @@
<ComponentRef Id="cmp93743B50FD3FC8AB2EA47897093C2467" />
<ComponentRef Id="cmp46C92BABDACBE495A5CED58407D280D8" />
<ComponentRef Id="cmp24EC37127AAA575AAD606EA913282F5A" />
<ComponentRef Id="cmp27A31D9C3C1AA272F0D0D90DEE7CF252" />
<ComponentRef Id="cmp753A550BCADD7E2DE4FB25F55CBFA512" />
<ComponentRef Id="cmp1F6A512565E2FBF645A3230C236BE532" />
<ComponentRef Id="cmpDF229E3F98CA2E37326E841BEB412F73" />