tool: Light panel #9

Merged
aniva merged 11 commits from tool/lighting into main 2025-01-28 17:56:22 -08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6470010da6 - Show all commits

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):