Removed the "plot" option "check_zone_fills".

Not used and overlapped with the preflight option.
This commit is contained in:
Salvador E. Tropea 2020-06-24 11:26:08 -03:00
parent ac4ae89aba
commit 090aa6b8f1
22 changed files with 4 additions and 27 deletions

View File

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Removed the "plot" option "check_zone_fills". Use the preflight option.
### Added
- Help for the supported outputs (--help-list-outputs, --help-outputs and
--help-output)

View File

@ -94,7 +94,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# gerber options
line_width: 0.1

View File

@ -32,7 +32,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# gerber options
line_width: 0.15
@ -85,7 +84,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PS options
line_width: 0.15
@ -119,7 +117,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# DXF options
drill_marks: full
@ -143,7 +140,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# SVG options
line_width: 0.25
@ -168,7 +164,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# HPGL options
drill_marks: full
@ -194,7 +189,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -28,8 +28,7 @@ class AnyLayer(BaseOutput):
self.force_plot_invisible_refs_vals = False
""" include references and values even when they are marked as invisible """
self.tent_vias = True
""" the vias """
self.check_zone_fills = True
""" cover the vias """
# Mappings to KiCad values
self._drill_marks_map = {
'none': PCB_PLOT_PARAMS.NO_DRILL_SHAPE,

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PS options
drill_marks: full

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -14,7 +14,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -14,7 +14,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -18,7 +18,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# gerber options
line_width: 0.15

View File

@ -14,7 +14,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# HPGL options
drill_marks: full

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -18,7 +18,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PDF options
drill_marks: small

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# PS options
line_width: 0.15

View File

@ -18,7 +18,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# gerber options
line_width: 0.15

View File

@ -15,7 +15,6 @@ outputs:
plot_footprint_values: true
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# SVG options
line_width: 0.25