From f77c71a49b35d5800f0b7a92c8e11337b5b7a3f5 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 29 Aug 2023 13:29:45 -0300 Subject: [PATCH] [DOCs][Updated] New panelize.post.dimensions option --- docs/samples/generic_plot.kibot.yaml | 4 ++-- docs/source/configuration/outputs/panelize.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/samples/generic_plot.kibot.yaml b/docs/samples/generic_plot.kibot.yaml index 1191e883a..74eb3920b 100644 --- a/docs/samples/generic_plot.kibot.yaml +++ b/docs/samples/generic_plot.kibot.yaml @@ -1848,6 +1848,8 @@ outputs: post: # [boolean=false] Fill tabs and frame with copper (e.g., to save etchant or to increase rigidity of flex-PCB panels) copperfill: false + # [boolean=false] Draw dimensions with the panel size. + dimensions: false # `mill_radius` is an alias for `millradius` # [number|string] Simulate the milling operation (add fillets to the internal corners). # Specify mill radius (usually 1 mm). 0 radius disables the functionality @@ -1876,8 +1878,6 @@ outputs: scriptarg: '' # [string='auto'] [auto] Currently fixed type: 'auto' - # [boolean=false] Draw dimensions with the panel size. - dimensions: false # [dict] Used to adjust details of which part of the PCB is panelized source: # [number|string] Bottom right X coordinate of the rectangle used. Used for *rectangle* diff --git a/docs/source/configuration/outputs/panelize.rst b/docs/source/configuration/outputs/panelize.rst index a4f35c264..e5de111e8 100644 --- a/docs/source/configuration/outputs/panelize.rst +++ b/docs/source/configuration/outputs/panelize.rst @@ -225,6 +225,7 @@ Parameters: - Valid keys: - ``copperfill`` :index:`: ` [boolean=false] Fill tabs and frame with copper (e.g., to save etchant or to increase rigidity of flex-PCB panels). + - ``dimensions`` :index:`: ` [boolean=false] Draw dimensions with the panel size.. - *mill_radius* :index:`: ` Alias for millradius. - ``millradius`` :index:`: ` [number|string] Simulate the milling operation (add fillets to the internal corners). Specify mill radius (usually 1 mm). 0 radius disables the functionality.