- PDF Import tool: added support for PDF files that embed multiple Gerber layers (top, bottom, outline, silkscreen etc). Each will be opened in it's own Gerber file. The requirement is that each one is drawn in a different color

This commit is contained in:
Marius Stanciu
2019-04-22 17:35:36 +03:00
committed by Marius
parent 8a2a48f668
commit 7442af1b06
2 changed files with 63 additions and 24 deletions

View File

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
22.04.2019
- PDF import tool: added support for save/restore Graphics stack. Only for scale and offset transformations and for the linewidth. This is the final fix for Microsoft PDF printer who saves in PDF format 1.7
- PDF Import tool: added support for PDF files that embed multiple Gerber layers (top, bottom, outline, silkscreen etc). Each will be opened in it's own Gerber file. The requirement is that each one is drawn in a different color
21.04.2019