Replies: 11 comments
-
|
Hallo @MarkusSBS ! You must provide some example. I don't know what are the testpoints in your circuit, or how do you define them, hence a picture won't help. You can see it working like this: Which generates:
|
Beta Was this translation helpful? Give feedback.
-
|
I sended you my test projekt the testpoints are a mix out of the standart Testpoints from kicad my own but it does not work with both |
Beta Was this translation helpful? Give feedback.
-
|
with this it is not possible print only the ref and value of the testpoints? you can just change the color? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hallo @MarkusSBS ! I see you still paste pieces of configs. Did you try the example from the repo? I tried (again) using what you pasted above: kibot:
version: 1
filters:
- name: only_pdf_tp
comment: "Select only testpoints"
type: generic
include_only:
- column: Value
regex: "^TestPoint"
- column: TestPointLogicType
regex: "\\S+"
outputs:
- name: 'tp_pdf'
comment: "Print Top layer, testpoints in red"
type: pcb_print
dir: Layers
options:
format: 'PDF'
keep_temporal_files: true
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.Fab
exclude_filter: 'only_pdf_tp'
color: '#FF0000'
plot_footprint_values: false
sketch_pads_on_fab_layers: falseAnd the file you sent me (just removed the worksheet, which isn't in the ZIP), and I get:
In order to isolate your problem you must try with the same stuff. |
Beta Was this translation helpful? Give feedback.
-
|
but this works Is it not possible to use this with a variant? (not that problematic but may be a small problem in the future |
Beta Was this translation helpful? Give feedback.
-
|
maybe i missunderstand some principals of kibot? or do i have some other majore problems with my config? |
Beta Was this translation helpful? Give feedback.
-
|
Variants can define exclude_filters, if your variant removes the testpoints then the exclude_filter on the layer won't work because the testspoints are already removed. You can use |
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Screenshots
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
Beta Was this translation helpful? Give feedback.
All reactions