This commit is contained in:
@@ -16,7 +16,6 @@ groups:
|
||||
# Pre-Process Group (generates Notes and Netlist for set_text_variables) ---
|
||||
- name: preprocess_group
|
||||
outputs:
|
||||
- @NETLIST_OUTPUT@
|
||||
- @TXT_SCH_NOTES_OUTPUT@
|
||||
- @TXT_FAB_NOTES_OUTPUT@
|
||||
- @TXT_ASSY_NOTES_OUTPUT@
|
||||
@@ -25,7 +24,6 @@ groups:
|
||||
# Draft Outputs Group (used in DRAFT state only) ---------------------------
|
||||
- name: draft_group
|
||||
outputs:
|
||||
- @NETLIST_OUTPUT@
|
||||
- @TXT_SCH_NOTES_OUTPUT@
|
||||
- @PDF_SCHEMATIC_OUTPUT@
|
||||
- @CSV_BOM_OUTPUT@
|
||||
@@ -179,13 +177,7 @@ import:
|
||||
NAME_CSV_DRILL_TABLE: @CSV_DRILL_TABLE_OUTPUT@
|
||||
NAME_IMPEDANCE_TABLE: @CSV_IMPEDANCE_TABLE_OUTPUT@
|
||||
|
||||
# Generated Outputs ========================================================
|
||||
|
||||
# Schematic Netlist --------------------------------------------------------
|
||||
- file: kibot_out_netlist.yaml
|
||||
definitions:
|
||||
NAME: @NETLIST_OUTPUT@
|
||||
COMMENT: Schematic netlist in KiCad format
|
||||
# Individual Outputs =======================================================
|
||||
|
||||
# Drawings in PDF format ---------------------------------------------------
|
||||
- file: kibot_out_pdf_schematic.yaml
|
||||
@@ -197,41 +189,6 @@ import:
|
||||
DEFAULT_FONT: 'Arial Narrow'
|
||||
SHEET_WKS: @SHEET_WKS_SCH@
|
||||
|
||||
# Bills of Materials (BOMs) ------------------------------------------------
|
||||
- file: kibot_grp_bom.yaml
|
||||
definitions:
|
||||
DIR: @ASSEMBLY_DIR@
|
||||
NAME_CSV_BOM_OUTPUT: @CSV_BOM_OUTPUT@
|
||||
NAME_HTML_BOM_OUTPUT: @HTML_BOM_OUTPUT@
|
||||
NAME_HTML_IBOM_OUTPUT: @HTML_IBOM_OUTPUT@
|
||||
IPN_FIELD: @IPN_FIELD@
|
||||
MPN_FIELD: @MPN_FIELD@
|
||||
MAN_FIELD: @MAN_FIELD@
|
||||
|
||||
# Renders ------------------------------------------------------------------
|
||||
- file: kibot_grp_renders.yaml
|
||||
definitions:
|
||||
DIR: @RENDER_DIR@
|
||||
NAME_PCBDRAW_2D_TOP_PCB_OUTPUT: @PCBDRAW_2D_TOP_PCB_OUTPUT@
|
||||
NAME_PCBDRAW_2D_BOT_PCB_OUTPUT: @PCBDRAW_2D_BOT_PCB_OUTPUT@
|
||||
NAME_BLENDER_3D_TOP: @BLENDER_3D_TOP_OUTPUT@
|
||||
NAME_BLENDER_3D_BOT: @BLENDER_3D_BOT_OUTPUT@
|
||||
NAME_BLENDER_3D_ANGLED_TOP: @BLENDER_3D_ANGLED_TOP_OUTPUT@
|
||||
NAME_BLENDER_3D_ANGLED_BOT: @BLENDER_3D_ANGLED_BOT_OUTPUT@
|
||||
BLENDER_DNF_FILTER: @BLENDER_DNF_FILTER@
|
||||
BLENDER_SAMPLES: @BLENDER_SAMPLES@
|
||||
BLENDER_TOP_ROT_X: @BLENDER_ROT_X@
|
||||
BLENDER_TOP_ROT_Y: @BLENDER_ROT_Y@
|
||||
BLENDER_TOP_ROT_Z: @BLENDER_ROT_Z@
|
||||
BLENDER_BOT_ROT_X: -@BLENDER_ROT_X@
|
||||
BLENDER_BOT_ROT_Y: @BLENDER_ROT_Y@
|
||||
BLENDER_BOT_ROT_Z: @BLENDER_ROT_Z@
|
||||
BLENDER_RESOLUTION_X: @BLENDER_RESOLUTION_X@
|
||||
BLENDER_RESOLUTION_Y: @BLENDER_RESOLUTION_Y@
|
||||
BLENDER_TEXTURE_DPI: @BLENDER_TEXTURE_DPI@
|
||||
BLENDER_DIFFUSE_HEIGHT: @BLENDER_DIFFUSE_HEIGHT@
|
||||
BLENDER_DIFFUSE_RADIUS: @BLENDER_DIFFUSE_RADIUS@
|
||||
|
||||
# STEP File ----------------------------------------------------------------
|
||||
- file: kibot_out_3d_model.yaml
|
||||
definitions:
|
||||
@@ -457,6 +414,43 @@ import:
|
||||
CONFIG: '@PANEL_800_CONFIG@'
|
||||
TITLE: '@PANEL_800_TITLE@'
|
||||
|
||||
# Output Groups ============================================================
|
||||
|
||||
# Bills of Materials (BOMs) ------------------------------------------------
|
||||
- file: kibot_grp_bom.yaml
|
||||
definitions:
|
||||
DIR: @ASSEMBLY_DIR@
|
||||
NAME_CSV_BOM_OUTPUT: @CSV_BOM_OUTPUT@
|
||||
NAME_HTML_BOM_OUTPUT: @HTML_BOM_OUTPUT@
|
||||
NAME_HTML_IBOM_OUTPUT: @HTML_IBOM_OUTPUT@
|
||||
IPN_FIELD: @IPN_FIELD@
|
||||
MPN_FIELD: @MPN_FIELD@
|
||||
MAN_FIELD: @MAN_FIELD@
|
||||
|
||||
# Renders ------------------------------------------------------------------
|
||||
- file: kibot_grp_renders.yaml
|
||||
definitions:
|
||||
DIR: @RENDER_DIR@
|
||||
NAME_PCBDRAW_2D_TOP_PCB_OUTPUT: @PCBDRAW_2D_TOP_PCB_OUTPUT@
|
||||
NAME_PCBDRAW_2D_BOT_PCB_OUTPUT: @PCBDRAW_2D_BOT_PCB_OUTPUT@
|
||||
NAME_BLENDER_3D_TOP: @BLENDER_3D_TOP_OUTPUT@
|
||||
NAME_BLENDER_3D_BOT: @BLENDER_3D_BOT_OUTPUT@
|
||||
NAME_BLENDER_3D_ANGLED_TOP: @BLENDER_3D_ANGLED_TOP_OUTPUT@
|
||||
NAME_BLENDER_3D_ANGLED_BOT: @BLENDER_3D_ANGLED_BOT_OUTPUT@
|
||||
BLENDER_DNF_FILTER: @BLENDER_DNF_FILTER@
|
||||
BLENDER_SAMPLES: @BLENDER_SAMPLES@
|
||||
BLENDER_TOP_ROT_X: @BLENDER_ROT_X@
|
||||
BLENDER_TOP_ROT_Y: @BLENDER_ROT_Y@
|
||||
BLENDER_TOP_ROT_Z: @BLENDER_ROT_Z@
|
||||
BLENDER_BOT_ROT_X: -@BLENDER_ROT_X@
|
||||
BLENDER_BOT_ROT_Y: @BLENDER_ROT_Y@
|
||||
BLENDER_BOT_ROT_Z: @BLENDER_ROT_Z@
|
||||
BLENDER_RESOLUTION_X: @BLENDER_RESOLUTION_X@
|
||||
BLENDER_RESOLUTION_Y: @BLENDER_RESOLUTION_Y@
|
||||
BLENDER_TEXTURE_DPI: @BLENDER_TEXTURE_DPI@
|
||||
BLENDER_DIFFUSE_HEIGHT: @BLENDER_DIFFUSE_HEIGHT@
|
||||
BLENDER_DIFFUSE_RADIUS: @BLENDER_DIFFUSE_RADIUS@
|
||||
|
||||
# ============================================================================
|
||||
# Definitions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user