mirror of https://codeberg.org/topola/topola.git
specctra: echo the imported units when exporting
This commit is contained in:
parent
77c0fa2272
commit
509e032dbc
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue