Hi,
@vanepp I produced this fzpz file, outside of Fritzing. It doesn’t import. Fritzing log console says unzipping 5 files so I guess it’s the content…
I compared but I can’t see what’s wrong.
cnmb_c4a9aa2d32a2c11cfd95d0d1f5569774.fzpz (5.9 KB)
thanks
Stephane
flaix
November 1, 2020, 5:54pm
2
The file names are not correct. As Peter had explained here
If you choose not to use a github repository for the parts you can create an fzpz file by the following (starting from a part in repository format):
rename the fzp file to part.name.fzp
test.fzp -> part.test.fzp
rename each of the 4 svg files to svg.layername.part.svg
test_1_breadboard.svg -> svg.breadboard.test_1_breadboard.svg
same for icon schematic and pcb svgs. Move them all to the same directory and zip (I use 7zip) the 5 files in to an fzp file:
part.test.fzp
svg.breadboard.part.s…
you need to give the files specific names, or rather prefixes, in the zip file.
The .fzp file needs to start with part.
: part.cnmb_c4a9aa2d32a2c11cfd95d0d1f5569774.fzp
The SVG files need to start with svg.<view>.
where is the view they are for, i.e. breadboard, pcb, etc.
svg.breadboard.cnmb_c4a9aa2d32a2c11cfd95d0d1f5569774_20_breadboard.svg
svg.icon.cnmb_c4a9aa2d32a2c11cfd95d0d1f5569774_20_icon.svg
… and so on