Skip to content

Commit

Permalink
[DOCs][Updated] New panelize.post.dimensions option
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 29, 2023
1 parent 575eade commit f77c71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/samples/generic_plot.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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*
Expand Down
1 change: 1 addition & 0 deletions docs/source/configuration/outputs/panelize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ Parameters:
- Valid keys:

- ``copperfill`` :index:`: <pair: output - panelize - options - configs - post; copperfill>` [boolean=false] Fill tabs and frame with copper (e.g., to save etchant or to increase rigidity of flex-PCB panels).
- ``dimensions`` :index:`: <pair: output - panelize - options - configs - post; dimensions>` [boolean=false] Draw dimensions with the panel size..
- *mill_radius* :index:`: <pair: output - panelize - options - configs - post; mill_radius>` Alias for millradius.
- ``millradius`` :index:`: <pair: output - panelize - options - configs - post; millradius>` [number|string] Simulate the milling operation (add fillets to the internal corners).
Specify mill radius (usually 1 mm). 0 radius disables the functionality.
Expand Down

0 comments on commit f77c71a

Please sign in to comment.