[Stencil*] Added category

This commit is contained in:
Salvador E. Tropea 2022-12-02 09:34:25 -03:00
parent bd9d2ec7b7
commit 5de3b8cc6f
4 changed files with 12 additions and 0 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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

View File

@ -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