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(),
|
id: "ID".to_string(),
|
||||||
routes: structure::Routes {
|
routes: structure::Routes {
|
||||||
resolution: structure::Resolution {
|
resolution: structure::Resolution {
|
||||||
unit: "um".into(),
|
unit: self.pcb.resolution.unit.clone(),
|
||||||
value: 1.0,
|
value: 1.0,
|
||||||
},
|
},
|
||||||
library_out: structure::Library {
|
library_out: structure::Library {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue