diff --git a/kibot/yaml/kibot_main.yaml b/kibot/yaml/kibot_main.yaml index 01661f1..71f3b87 100644 --- a/kibot/yaml/kibot_main.yaml +++ b/kibot/yaml/kibot_main.yaml @@ -20,7 +20,6 @@ groups: - @TXT_SCH_NOTES_OUTPUT@ - @TXT_FAB_NOTES_OUTPUT@ - @TXT_ASSY_NOTES_OUTPUT@ - - tables # Draft Outputs Group (used in DRAFT state only) --------------------------- - name: draft_group @@ -94,6 +93,7 @@ groups: # Fabrication Outputs ------------------------------------------------------ - name: fab outputs: + - tables - @GERBER_OUTPUT@ - @EXCELLON_DRILL_OUTPUT@ - @ODB_OUTPUT@ diff --git a/kibot/yaml/kibot_out_png_3d_viewer.yaml b/kibot/yaml/kibot_out_png_3d_viewer.yaml index 5b44fb9..b987362 100644 --- a/kibot/yaml/kibot_out_png_3d_viewer.yaml +++ b/kibot/yaml/kibot_out_png_3d_viewer.yaml @@ -40,4 +40,4 @@ definitions: ZOOM: 0 HEIGHT: 2000 WIDTH: 2000 - KEY_COLOR: '#00FF00' + KEY_COLOR: '#FF00FF'