How to define drill plates for internal layers...drill from top to xxx

Post Reply
dot11
Posts: 1
Joined: Thu Aug 17, 2023 5:10 pm

How to define drill plates for internal layers...drill from top to xxx

Post by dot11 »

What to put in box to define drill plates for blind vias...For example if via goes from top to bottom layer default is top-btm... (drill from top layer to bottom layer)
How to define via dril from top layer to internal layer : top-xxx?
User avatar
Zofz
Site Admin
Posts: 93
Joined: Wed Apr 20, 2022 10:13 pm
Location: Cologne, Germany

Re: How to define drill plates for internal layers...drill from top to xxx

Post by Zofz »

using the copper number.
"top", "btm", "thru" look nicer than numbers, I thought.
"top" is 1, "btm" is the last copper number, "thru" is top to bottom.
And I agree, those names are blocking the discovery of the numbers.
(Right-click on the "from/to" column to enter the values.)
User avatar
Zofz
Site Admin
Posts: 93
Joined: Wed Apr 20, 2022 10:13 pm
Location: Cologne, Germany

Re: How to define drill plates for internal layers...drill from top to xxx

Post by Zofz »

The automatic drill files discovery via the "Execute Autoload" and "CAM_Load_Rules.txt" rules file can be improved by the user.
The installation of the new version does not overwrite this file unless you press the "Reset Rules" button. See the version 3.2.3 notes.

You can edit the file by pressing the "Edit Rules" button. The format is described in the file. Pay attention to using low caps in the masks!

For example, the recent update for modern Altium names:

Code: Select all

.......
Drill_NPTH         *_npth_drill.gbr
Drill_PTH          *_platedovalholesdirect
Drill_PTH          *_pth_drill.gbr
Drill_PTH          *_*_drill_N_N.gbr
Drill_NPTH         *drill-nonplated.txt
Drill_PTH          *drill-plated.txt
- note the two capital N in the mask, meaning two number values for from-to copper layers.
Post Reply