diff --git a/kibot/out_stencil_3d.py b/kibot/out_stencil_3d.py index 79c39b6d..70546fe1 100644 --- a/kibot/out_stencil_3d.py +++ b/kibot/out_stencil_3d.py @@ -127,3 +127,4 @@ class Stencil_3D(BaseOutput): # noqa: F821 with document: self.options = Stencil_3D_Options """ *[dict] Options for the `stencil_3d` output """ + self._category = 'PCB/fabrication' diff --git a/kibot/out_stencil_for_jig.py b/kibot/out_stencil_for_jig.py index 9538e5e6..0396449b 100644 --- a/kibot/out_stencil_for_jig.py +++ b/kibot/out_stencil_for_jig.py @@ -125,3 +125,4 @@ class Stencil_For_Jig(BaseOutput): # noqa: F821 with document: self.options = Stencil_For_Jig_Options """ *[dict] Options for the `stencil_for_jig` output """ + self._category = 'PCB/fabrication' diff --git a/tests/yaml_samples/stencil_3D_1.kibot.yaml b/tests/yaml_samples/stencil_3D_1.kibot.yaml index 941fa3b9..a184dbbd 100644 --- a/tests/yaml_samples/stencil_3D_1.kibot.yaml +++ b/tests/yaml_samples/stencil_3D_1.kibot.yaml @@ -7,3 +7,8 @@ outputs: comment: "Creates a 3D printable stencil" type: stencil_3d dir: stencil/3D + + - name: 'navigate' + comment: "Browse the results" + type: navigate_results + run_by_default: false diff --git a/tests/yaml_samples/stencil_for_jig_1.kibot.yaml b/tests/yaml_samples/stencil_for_jig_1.kibot.yaml index cd45861c..170a722b 100644 --- a/tests/yaml_samples/stencil_for_jig_1.kibot.yaml +++ b/tests/yaml_samples/stencil_for_jig_1.kibot.yaml @@ -7,3 +7,8 @@ outputs: comment: "Creates a steel stencil and 3D register" type: stencil_for_jig dir: stencil/Jig + + - name: 'navigate' + comment: "Browse the results" + type: navigate_results + run_by_default: false