Good morning:
I haven’t found this part in the forum so i created on my own.
Very lightweight, minimalist icon and breadboard view, i look for functionality.
Following phyton zen: Simple is better than complex.
S09 Buck Boost Module.fzpz (3.7 KB)
Any suggestion is welcome.
Pretty much perfect, two minor changes
1 in the fzp file add a label field like this
<label>M</label>
to change from part1 to M1 (M for module)
2 add a fritzing version to the fzp file (some parts need the Friting version to trigger internal changes so it is a good thing to have.)
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<module referenceFile="S09.fzp" moduleId="S09">
to
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<module referenceFile="S09.fzp" moduleId="S09" fritzingVersion="0.9.6">
otherwise the part is the correct scale and has the px in font-size removed.
Peter
1 Like