pcbrepair is a Rust library for parsing ASUS "PCBRepair Tool" .FZ and ASRock "PCBRepair Pro" .CAE boardview files.
cargo add pcbrepairExtract parts from boardview.fz as KiCad footprints into boardview.pretty:
cargo run --release --example fpextract boardview.fzThis also works for .cae files.
pcbrepair is published under the terms of the GNU General Public License, version 3 or later.