[DOCs][Updated] New panelize.post.dimensions option

This commit is contained in:
Salvador E. Tropea 2023-08-29 13:29:45 -03:00
parent 575eade044
commit f77c71a49b
2 changed files with 3 additions and 2 deletions

View File

@ -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*

View File

@ -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.