Also supporting DBU check for PCB

This commit is contained in:
Matthias Koefferlein 2025-07-05 21:17:46 +02:00
parent 9e9344fdfa
commit 0ba6064507
1 changed files with 2 additions and 0 deletions

View File

@ -1142,6 +1142,8 @@ public:
db::GerberImporter importer (warn_level ());
data.setup_importer (&importer);
check_dbu (data.dbu);
importer.read (layout);
std::string lyr_file = data.get_layer_properties_file ();