-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove board specific settings #10
Comments
Hi, that's neat - I'd never considered using it for schematics! You can change the layer you want just by typing it in... It's not a drop-down, but not the end of the world. Maybe the easiest option is just to detect if the layer name is blank, and if so to leave out |
Yep! Polygons are less common in schematics but have a need just the same: Hmm - leaving those things out would work but would be a lot less obvious to those of us who don't regularly deal in ULPs and SCRs. Again - I'm asking for the moon here, but if I selected 'symbol' it would change the layer drop down (I know, I know) to show various layers available in sch/lib and remove remove/disallow signal name. |
Ahh, I thought your name sounded familiar :) I'll see about adding something when I get a moment. Disabling the fields that had no effect when the sch/lib/brd was selected would be a neat addition. If I add a dropdown it'll have to be something editable, since I bet people will want to use it on layers that they have added/renamed... Any chance I can convince Sparkfun to start stocking our Espruino boards? ;) http://www.espruino.com |
Thanks! Layer selection is nice but not important in my mind (easy enough to do a select all and layer mod after import). I've been watching Espruino since your first dev board and the boards looks very cool but JS based products have not done well for us in the past so I can't bring them in right now but I'm sure we'll meet at OHS someday :) |
Thank you very much for this! I needed this to create a schematic image (a logo). To do this I removed
from the script output. You could perhaps allow user to select the layer they want in a drop down (yay feature creep!).
I recommend adding a 3rd bubble to output format that is 'symbol'.
Again, thanks for this. Great converter.
The text was updated successfully, but these errors were encountered: