tool: Light panel #9

Open
aniva wants to merge 7 commits from tool/lighting into main
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): def __post_init__(self):
assert self.grid_holes >= 2 assert self.grid_holes >= 2
super().__init__(name="crown") super().__init__(name="light-panel")
@target(name="grid", kind=TargetKind.DXF) @target(name="grid", kind=TargetKind.DXF)
def grid_profile(self): def grid_profile(self):