[Internal Templates] Made the CheckZoneFill parameter more specific
- To avoid collisions
This commit is contained in:
parent
f486fb34b9
commit
3dd6951671
|
|
@ -5426,7 +5426,7 @@ They include support for:
|
|||
- _diff_cur_pcb_show: Makes a diff between the PCB in memory and the one on disk
|
||||
- _diff_cur_pcb_check: Computes the difference between PCB in memory and the one on disk. Aborts if more than
|
||||
100 pixels changed.
|
||||
- Note: The *THRESHOLD* parameter can be used to adjust the number of changed pixels that we tolerate.
|
||||
- Note: The *_KIBOT_CHKZONE_THRESHOLD* parameter can be used to adjust the number of changed pixels that we tolerate.
|
||||
Consult the [Definitions during import](#definitions-during-import) section to know about parameters.
|
||||
- [Elecrow](https://www.elecrow.com/): contain fabrication outputs compatible with Elecrow
|
||||
- _Elecrow_gerbers: Gerbers
|
||||
|
|
|
|||
|
|
@ -1307,7 +1307,7 @@ They include support for:
|
|||
- _diff_cur_pcb_show: Makes a diff between the PCB in memory and the one on disk
|
||||
- _diff_cur_pcb_check: Computes the difference between PCB in memory and the one on disk. Aborts if more than
|
||||
100 pixels changed.
|
||||
- Note: The *THRESHOLD* parameter can be used to adjust the number of changed pixels that we tolerate.
|
||||
- Note: The *_KIBOT_CHKZONE_THRESHOLD* parameter can be used to adjust the number of changed pixels that we tolerate.
|
||||
Consult the [Definitions during import](#definitions-during-import) section to know about parameters.
|
||||
- [Elecrow](https://www.elecrow.com/): contain fabrication outputs compatible with Elecrow
|
||||
- _Elecrow_gerbers: Gerbers
|
||||
|
|
|
|||
|
|
@ -26,11 +26,11 @@ outputs:
|
|||
options:
|
||||
cache_dir: .cache
|
||||
diff_mode: stats
|
||||
threshold: @THRESHOLD@
|
||||
threshold: @_KIBOT_CHKZONE_THRESHOLD@
|
||||
old: ''
|
||||
old_type: file
|
||||
new_type: current
|
||||
|
||||
...
|
||||
definitions:
|
||||
THRESHOLD: 100
|
||||
_KIBOT_CHKZONE_THRESHOLD: 100
|
||||
|
|
|
|||
Loading…
Reference in New Issue