mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-05 00:15:30 +00:00
Use UI order for drill report stackup
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20069
This commit is contained in:
parent
fe22166d9f
commit
77747aa41e
@ -428,7 +428,7 @@ bool GENDRILL_WRITER_BASE::GenDrillReportFile( const wxString& aFullFileName )
|
||||
|
||||
int conventional_layer_num = 1;
|
||||
|
||||
for( PCB_LAYER_ID layer : cu.Seq() )
|
||||
for( PCB_LAYER_ID layer : cu.UIOrder() )
|
||||
{
|
||||
out.Print( 0, " L%-2d: %-25s %s\n",
|
||||
conventional_layer_num++,
|
||||
|
Loading…
Reference in New Issue
Block a user