specctra: echo the imported units when exporting

This commit is contained in:
Tomasz Cichoń 2024-10-28 23:06:15 +01:00
parent 77c0fa2272
commit 509e032dbc
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ impl SpecctraDesign {
id: "ID".to_string(),
routes: structure::Routes {
resolution: structure::Resolution {
unit: "um".into(),
unit: self.pcb.resolution.unit.clone(),
value: 1.0,
},
library_out: structure::Library {