From 30dabef9ee83021067957854187b9bbf245c14cf Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 28 Dec 2021 22:00:28 +0100 Subject: WIP --- gerbonara/gerber/aperture_macros/parse.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gerbonara/gerber/aperture_macros/parse.py') diff --git a/gerbonara/gerber/aperture_macros/parse.py b/gerbonara/gerber/aperture_macros/parse.py index 47f45d1..2f578ee 100644 --- a/gerbonara/gerber/aperture_macros/parse.py +++ b/gerbonara/gerber/aperture_macros/parse.py @@ -85,6 +85,10 @@ class ApertureMacro: else: return f'gn_{hash(self)}' + @name.setter + def name(self, name): + self._name = name + def __str__(self): return f'' -- cgit