More module -> footprint.

This commit is contained in:
Jeff Young
2020-11-13 15:16:24 +00:00
parent a3a9ef4f32
commit 52a46341db
71 changed files with 419 additions and 404 deletions
+1 -1
View File
@@ -1022,7 +1022,7 @@ void BRDITEMS_PLOTTER::PlotDrillMarks()
}
}
for( auto Module : m_board->Modules() )
for( auto Module : m_board->Footprints() )
{
for( auto pad : Module->Pads() )
{