You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/configuration/outputs/PagesOptions.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ PagesOptions parameters
37
37
You can also use it to generate pages with drill maps, in this case use `drill_pairs` here. |br|
38
38
Note that in this case the `repeat_for_layer` should be some drawing layer, which might contain
39
39
a group used to insert the drill table (like in the `include_table` preflight). |br|
40
+
Note that the drill table needs an output that generates one or more CSV files and the group in the
41
+
PCB must be named `kibot_table_OUTPUT_FOR_CSV_DRILLS`. See the `print_drill_table.kibot.yaml` example
42
+
in the repo. |br|
40
43
The drill map needs KiCad 7 or newer.
41
44
- ``sheet`` :index:`: <pair: output - pcb_print - options - pages; sheet>` [:ref:`string <string>`] (default: ``'Assembly'``) Text to use for the `SHEET` in the title block.
42
45
Pattern (%*) and text variables are expanded. |br|
0 commit comments