Quantcast
Viewing all articles
Browse latest Browse all 30334

NodeMcu V3 parts library

As well as the svg you need to add the terminal definition to the fzp file as well, the three connector lines in breadboard need to change from this:

<breadboardView>
 <p svgId="connector9pin" layer="breadboard"/>

to

<breadboardView>
 <p svgId="connector9pin" layer="breadboard" terminalId="connector9terminal"/>

As well as defining the terminalid in the svg. With only the svgid definition the terminal defaults to the middle of the shape defined as the pin which isn't what we want in this case. Here is a copy of the part with the fpz modified to add the terminal id, and the svg modified to move the terminal definition to the edge of the pin:

DFRobot Capacitive Soil Moisture Sensor V1.0_fixed.fzpz (21.9 KB)

Peter


Viewing all articles
Browse latest Browse all 30334

Trending Articles