diff --git a/nhf/tool/light_panel.py b/nhf/tool/light_panel.py index 631637f..44c7920 100644 --- a/nhf/tool/light_panel.py +++ b/nhf/tool/light_panel.py @@ -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):