From b50587d6ad8d345a561ac724f39e0fcea547cb5c Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 30 Apr 2023 11:27:21 +0200 Subject: Fix dropped aperture macro names --- gerbonara/rs274x.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gerbonara/rs274x.py') diff --git a/gerbonara/rs274x.py b/gerbonara/rs274x.py index 90c1783..5e05ac7 100644 --- a/gerbonara/rs274x.py +++ b/gerbonara/rs274x.py @@ -126,7 +126,6 @@ class GerberFile(CamFile): settings = FileSettings.defaults() cache = {} - macro_cache = {} macro_names = set() def lookup(aperture): nonlocal cache, settings -- cgit