diff --git a/kibot/resources/config_templates/JLCPCB.kibot.yaml b/kibot/resources/config_templates/JLCPCB.kibot.yaml index 33dbd83f..14a7f182 100644 --- a/kibot/resources/config_templates/JLCPCB.kibot.yaml +++ b/kibot/resources/config_templates/JLCPCB.kibot.yaml @@ -79,7 +79,7 @@ outputs: format: CSV units: millimeters separate_files_for_front_and_back: false - only_smd: @ONLY_SMD@ + only_smd: @_KIBOT_POS_ONLY_SMD@ columns: - id: Ref name: Designator @@ -132,4 +132,4 @@ outputs: ... definitions: - ONLY_SMD: true + _KIBOT_POS_ONLY_SMD: true diff --git a/kibot/resources/config_templates/JLCPCB_stencil_with_THT.kibot.yaml b/kibot/resources/config_templates/JLCPCB_stencil_with_THT.kibot.yaml index 07858898..36ec9e24 100644 --- a/kibot/resources/config_templates/JLCPCB_stencil_with_THT.kibot.yaml +++ b/kibot/resources/config_templates/JLCPCB_stencil_with_THT.kibot.yaml @@ -4,4 +4,4 @@ kibot: import: - file: JLCPCB_stencil definitions: - ONLY_SMD: false + _KIBOT_POS_ONLY_SMD: false diff --git a/kibot/resources/config_templates/JLCPCB_with_THT.kibot.yaml b/kibot/resources/config_templates/JLCPCB_with_THT.kibot.yaml index d3fdf658..896670d7 100644 --- a/kibot/resources/config_templates/JLCPCB_with_THT.kibot.yaml +++ b/kibot/resources/config_templates/JLCPCB_with_THT.kibot.yaml @@ -4,4 +4,4 @@ kibot: import: - file: JLCPCB definitions: - ONLY_SMD: false + _KIBOT_POS_ONLY_SMD: false