#

Export TOP and BOTTOM layers in two PNG images with 800 DPI. This includes Pads, Vias and Dimensions.

#

Silkscreen layers are exported in other two images for TOP and BOTTOM.

#

Top layers are mirrored.

# SET PALETTE WHITE SET PALETTE BLACK # image for Traces DISPLAY None DISPLAY 1 17 18 116 # set export location # Mac EXPORT IMAGE Users/YourUserName/Desktop/png/traces.png MONOCHROME 800; # Win example # EXPORT IMAGE C:\Users\YourUserName\Pictures\traces.png MONOCHROME 800; # image for Cutout DISPLAY None DISPLAY 48 EXPORT IMAGE Users/YourUserName/Desktop/png/cutout.png MONOCHROME 800; # Win example # EXPORT IMAGE C:\Users\YourUserName\Pictures\cutout.png MONOCHROM 800; # Image for drills SET PALETTE WHITE DISPLAY None DISPLAY 116 EXPORT IMAGE Users/YourUserName/Desktop/png/drills.png MONOCHROME 800; # Win example # EXPORT IMAGE C:\Users\YourUserName\Pictures\drills.png MONOCHROME 800; SET PALETTE BLACK DISPLAY None DISPLAY 1 17 18 19 20 21 23 25 27 29 30 31 39 41 44 48 51 116;