fix: Model name

This commit is contained in:
Leni Aniva 2024-12-07 13:47:32 -08:00
parent 5ab611666e
commit 6470010da6
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class LightPanel(Model):
def __post_init__(self):
assert self.grid_holes >= 2
super().__init__(name="crown")
super().__init__(name="light-panel")
@target(name="grid", kind=TargetKind.DXF)
def grid_profile(self):