Fritzing-Schematic an Inkscape extension - released

This is the way it is with Inkscape, it always remembers the last settings made, but this shouldn’t be a problem. If you always want terminalIds, check the box once and never touch it again. I could remove it as an option and just automatically create the terminalIds.

I have also just noticed another problem that is pretty much out of my control and I don’t think I can really fix it. (still thinking it over)

The problem is when you create a symbol and then further edit the text of the symbol. If you change/edit text (like say the symbol label), then move the text around, everything is fine. If you just move the text around (like say a pin number or label) without editing the text, Inkscape slips in a ‘px’ on the font size. This, of course, causes display problems (the font is super-sized) in Fritzing. So for now, any text that is changed or moved, the font size needs to be checked and remove any ‘px’ characters from the font size. This can be done in Inkscape, in the XML Editor, under the Attributes panel.

Two other options exist to fix this problem. First would be to edit the .svg file with a text editor and remove the ‘px’ that way, (think search for “px” and replace with “” ). Second way is to use vanepp’s FritzingCheckPart python script that can be found here:
https://forum.fritzing.org/t/python-part-check-script/5057

I will update if I have anything new on this issue!
Randy