From dedf2970aa00bc5c28324e571204d0d3a3d96bf7 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 16 Jan 2024 07:22:47 -0300 Subject: [PATCH] [Templates][Modified] P-Ban gerbers to use *copper* - There is no difference for modern KiCad (just for KiCad 5) - Avoids warnings about extra inner layers - Enables the use of more than 8 layers Closes #554 --- kibot/resources/config_templates/P-Ban.kibot.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/kibot/resources/config_templates/P-Ban.kibot.yaml b/kibot/resources/config_templates/P-Ban.kibot.yaml index 113fd963..05bb0c1b 100644 --- a/kibot/resources/config_templates/P-Ban.kibot.yaml +++ b/kibot/resources/config_templates/P-Ban.kibot.yaml @@ -80,14 +80,7 @@ definitions: _KIBOT_PLOT_FOOTPRINT_VALUES: true _KIBOT_COMPRESS_MOVE: true _KIBOT_GERBER_LAYERS: | - - F.Cu - - B.Cu - - In1.Cu - - In2.Cu - - In3.Cu - - In4.Cu - - In5.Cu - - In6.Cu + - copper - F.SilkS - B.SilkS - F.Mask