From 66da2d165481d3e0c5c153a788b26aa23cc0ad97 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 13 Jun 2021 22:15:05 +0200 Subject: Fix hole transparency in aperture macros --- .../tests/resources/example_am_exposure_modifier.gbr | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gerbonara/gerber/tests/resources/example_am_exposure_modifier.gbr') diff --git a/gerbonara/gerber/tests/resources/example_am_exposure_modifier.gbr b/gerbonara/gerber/tests/resources/example_am_exposure_modifier.gbr index 5f3f3dd..3f0b46f 100644 --- a/gerbonara/gerber/tests/resources/example_am_exposure_modifier.gbr +++ b/gerbonara/gerber/tests/resources/example_am_exposure_modifier.gbr @@ -1,16 +1,16 @@ G04 Umaco example for exposure modifier and clearing area* %FSLAX26Y26*% -%MOIN*% -%AMSQUAREWITHHOLE* -21,0.1,1,1,0,0,0* -1,0,0.5,0,0*% -%ADD10SQUAREWITHHOLE*% +%MOMM*% +%AMSquareWithHole* +21,1,10,10,0,0,0* +1,0,5,0,0*% +%ADD10SquareWithHole*% %ADD11C,1*% G01* %LPD*% D11* -X-1000000Y-250000D02* -X1000000Y250000D01* +X-08939393Y-2500000D02* +X08939393Y2500000D01* D10* X0Y0D03* -M02* \ No newline at end of file +M02* -- cgit