[Stencil*] Added category
This commit is contained in:
parent
bd9d2ec7b7
commit
5de3b8cc6f
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue