Skip to content

[HOW] Use pcb_print_testpoints.kibot.yaml in my project #877

@MarkusSBS

Description

@MarkusSBS

Describe the bug
I have testet the example yaml https://github.com/INTI-CMNB/KiBot/blob/master/tests/yaml_samples/pcb_print_testpoints.kibot.yaml but it didnt work.

The filter is not Selecting the test point and instead Highlighting some other objects.

To Reproduce
use the sample yaml with a pcb with a testpoint

  - name: only_pdf_tp
    comment: "Select only testpoints"
    type: generic
    include_only:
      - column: Value
        regex: "^TestPoint"  

  - name: 'tp_pdf'
    comment: "PDF for Testpoint location"
    type: pcb_print
    dir: PCB_Docu/Testpoints
    output_id: 'Testpoint-Location'
    options:
      variant: ''
      format: 'PDF'
      output: "${SBS_SAP}_%p-%v_Rev%r-%i_${SBS_Doc_status}_%D-${git_hash}.%x" 
      realistic_solder_mask: false
      keep_temporal_files: false
      scaling: 1.0
      colored_pads: false
      colored_vias: false
      pages:
        - sheet: Front
          sheet_reference_color: "#A02020"
          sketch_pads_on_fab_layers: true
          sketch_pad_line_width: 1
          layers:
            - layer: Edge.Cuts
              color: '#A0A0A0'
            - layer: F.Cu
              color: '#A0A0A0'
            - layer: F.SilkS
              color: '#A0A0A0'
            - layer: F.Fab
              plot_footprint_refs: false
              plot_footprint_values: false
              color: '#202020'
            - layer: F.Fab
              exclude_filter: 'only_pdf_tp'
              color: '#FF0000'
              plot_footprint_values: false
              sketch_pads_on_fab_layers: false
            - layer: Dwgs.User

Screenshots

Image

Environment (please complete the following information):
Where are you running KiBot:

  • In a CI/CD workflow? gitlab

  • Using a docker image? ghcr.io/inti-cmnb/kicad9_auto_full:devone?

  • Using a desktop system? Windows

Metadata

Metadata

Assignees

Labels

questionThis is just a question, not a problem

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions