Skip to content

Include some filters for position task #516

Answered by set-soft
gcormier asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @gcormier !

I think that @yaqwsx is right about exclude_from_pos_files, is something that some people could want to include. Perhaps for special cases and in a separated file, not for pick and place.

Anyways, I managed to make KiBot include components from the PCB in the list of components to be processed by filters. You get a warning in this case, but not for KiKit_ components because we know they are panel stuff.

So now you can apply a filter like this:

kibot:
  version: 1

global:
  field_lcsc_part: LCSC

filters:
  - name: remove_extra
    comment: 'Remove KiKit auxiliary'
    type: generic
    exclude_any:
      - column: References
        regex: "^KiKit_"

outputs:
  - name: 'po…

Replies: 2 comments 23 replies

Comment options

You must be logged in to vote
17 replies
@gcormier
Comment options

@yaqwsx
Comment options

@set-soft
Comment options

@set-soft
Comment options

Answer selected by gcormier
@gcormier
Comment options

@set-soft
Comment options

@gcormier
Comment options

@set-soft
Comment options

Comment options

You must be logged in to vote
6 replies
@set-soft
Comment options

@gcormier
Comment options

@set-soft
Comment options

@gcormier
Comment options

@set-soft
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants