31 lines
641 B
YAML
31 lines
641 B
YAML
kiplot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: DXF
|
|
comment: "DXF files"
|
|
type: dxf
|
|
dir: DXF
|
|
options:
|
|
exclude_edge_layer: false
|
|
exclude_pads_from_silkscreen: false
|
|
use_aux_axis_as_origin: false
|
|
plot_sheet_reference: false
|
|
plot_footprint_refs: true
|
|
plot_footprint_values: true
|
|
force_plot_invisible_refs_vals: false
|
|
tent_vias: true
|
|
|
|
# DXF options
|
|
drill_marks: bogus
|
|
sketch_plot: false
|
|
use_aux_axis_as_origin: false
|
|
polygon_mode: true
|
|
metric_units: false
|
|
layers:
|
|
- layer: F.Cu
|
|
suffix: F_Cu
|
|
- layer: F.Fab
|
|
suffix: F_Fab
|
|
|