From f526812bcc02cbb389e772e2597cffa3026f3a7a Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 14 Jun 2023 13:23:00 -0300 Subject: [PATCH] [Internal Templates][Fixed] Missing quotes around recursive defs --- kibot/resources/config_templates/Elecrow.kibot.yaml | 4 ++-- kibot/resources/config_templates/FusionPCB.kibot.yaml | 4 ++-- kibot/resources/config_templates/JLCPCB.kibot.yaml | 6 ++++-- kibot/resources/config_templates/P-Ban.kibot.yaml | 4 ++-- kibot/resources/config_templates/PCBWay.kibot.yaml | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/kibot/resources/config_templates/Elecrow.kibot.yaml b/kibot/resources/config_templates/Elecrow.kibot.yaml index fb24666f..519ef968 100644 --- a/kibot/resources/config_templates/Elecrow.kibot.yaml +++ b/kibot/resources/config_templates/Elecrow.kibot.yaml @@ -67,8 +67,8 @@ definitions: _KIBOT_B_PASTE: '' _KIBOT_IMPORT_ID: '' _KIBOT_IMPORT_DIR: 'Elecrow' - _KIBOT_MANF_DIR: @_KIBOT_IMPORT_DIR@ - _KIBOT_MANF_DIR_COMP: @_KIBOT_IMPORT_DIR@ + _KIBOT_MANF_DIR: '@_KIBOT_IMPORT_DIR@' + _KIBOT_MANF_DIR_COMP: '@_KIBOT_IMPORT_DIR@' _KIBOT_GERBER_LAYERS: | - copper - F.SilkS diff --git a/kibot/resources/config_templates/FusionPCB.kibot.yaml b/kibot/resources/config_templates/FusionPCB.kibot.yaml index c22a5e8a..4f8f165c 100644 --- a/kibot/resources/config_templates/FusionPCB.kibot.yaml +++ b/kibot/resources/config_templates/FusionPCB.kibot.yaml @@ -67,8 +67,8 @@ definitions: _KIBOT_B_PASTE: '' _KIBOT_IMPORT_ID: '' _KIBOT_IMPORT_DIR: 'FusionPCB' - _KIBOT_MANF_DIR: @_KIBOT_IMPORT_DIR@ - _KIBOT_MANF_DIR_COMP: @_KIBOT_IMPORT_DIR@ + _KIBOT_MANF_DIR: '@_KIBOT_IMPORT_DIR@' + _KIBOT_MANF_DIR_COMP: '@_KIBOT_IMPORT_DIR@' _KIBOT_GERBER_LAYERS: | - copper - F.SilkS diff --git a/kibot/resources/config_templates/JLCPCB.kibot.yaml b/kibot/resources/config_templates/JLCPCB.kibot.yaml index bb268fc0..5b755218 100644 --- a/kibot/resources/config_templates/JLCPCB.kibot.yaml +++ b/kibot/resources/config_templates/JLCPCB.kibot.yaml @@ -136,8 +136,10 @@ definitions: _KIBOT_POS_ONLY_SMD: true _KIBOT_F_PASTE: '' _KIBOT_B_PASTE: '' - _KIBOT_MANF_DIR: JLCPCB - _KIBOT_MANF_DIR_COMP: JLCPCB + _KIBOT_IMPORT_ID: '' + _KIBOT_IMPORT_DIR: 'JLCPCB' + _KIBOT_MANF_DIR: '@_KIBOT_IMPORT_DIR@' + _KIBOT_MANF_DIR_COMP: '@_KIBOT_IMPORT_DIR@' _KIBOT_POS_PRE_TRANSFORM: _rot_footprint _KIBOT_POS_ENABLED: true _KIBOT_BOM_ENABLED: true diff --git a/kibot/resources/config_templates/P-Ban.kibot.yaml b/kibot/resources/config_templates/P-Ban.kibot.yaml index 50aa1250..3450b3f8 100644 --- a/kibot/resources/config_templates/P-Ban.kibot.yaml +++ b/kibot/resources/config_templates/P-Ban.kibot.yaml @@ -73,8 +73,8 @@ definitions: _KIBOT_B_PASTE: '' _KIBOT_IMPORT_ID: '' _KIBOT_IMPORT_DIR: 'P-Ban' - _KIBOT_MANF_DIR: @_KIBOT_IMPORT_DIR@ - _KIBOT_MANF_DIR_COMP: @_KIBOT_IMPORT_DIR@ + _KIBOT_MANF_DIR: '@_KIBOT_IMPORT_DIR@' + _KIBOT_MANF_DIR_COMP: '@_KIBOT_IMPORT_DIR@' _KIBOT_GERBER_LAYERS: | - F.Cu - B.Cu diff --git a/kibot/resources/config_templates/PCBWay.kibot.yaml b/kibot/resources/config_templates/PCBWay.kibot.yaml index 81530856..ccc3faff 100644 --- a/kibot/resources/config_templates/PCBWay.kibot.yaml +++ b/kibot/resources/config_templates/PCBWay.kibot.yaml @@ -75,8 +75,8 @@ definitions: _KIBOT_B_PASTE: '' _KIBOT_IMPORT_ID: '' _KIBOT_IMPORT_DIR: 'PCBWay' - _KIBOT_MANF_DIR: @_KIBOT_IMPORT_DIR@ - _KIBOT_MANF_DIR_COMP: @_KIBOT_IMPORT_DIR@ + _KIBOT_MANF_DIR: '@_KIBOT_IMPORT_DIR@' + _KIBOT_MANF_DIR_COMP: '@_KIBOT_IMPORT_DIR@' _KIBOT_GERBER_LAYERS: | - copper - F.SilkS