Removed the "plot" option "check_zone_fills".
Not used and overlapped with the preflight option.
This commit is contained in:
parent
ac4ae89aba
commit
090aa6b8f1
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue