From fb61b4fa12a5662f92d0dbaa8314686656e97386 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 29 Apr 2023 23:26:13 +0200 Subject: protoserve: Adjust margins and clearance defaults --- gerbonara/rs274x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gerbonara/rs274x.py') diff --git a/gerbonara/rs274x.py b/gerbonara/rs274x.py index fb70869..c559029 100644 --- a/gerbonara/rs274x.py +++ b/gerbonara/rs274x.py @@ -286,7 +286,7 @@ class GerberFile(CamFile): number = 10 for aperture in self.apertures: if isinstance(aperture, apertures.ApertureMacroInstance): - macro_def = am_stmt(aperture.rotated().macro) + macro_def = am_stmt(aperture.macro) if macro_def not in processed_macros: processed_macros.add(macro_def) yield macro_def -- cgit