Skip to content
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

Open
nseidle opened this issue Mar 6, 2019 · 4 comments
Open

Remove board specific settings #10

nseidle opened this issue Mar 6, 2019 · 4 comments

Comments

@nseidle
Copy link

nseidle commented Mar 6, 2019

Thank you very much for this! I needed this to create a schematic image (a logo). To do this I removed

  • CHANGE layer tPlace; CHANGE rank 3;
  • GND signal name

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.

@gfwilliams
Copy link
Owner

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 CHANGE layer tPlace; CHANGE rank 3; (and we could do the same for the signal name as well)

@nseidle
Copy link
Author

nseidle commented Mar 7, 2019

Yep! Polygons are less common in schematics but have a need just the same:

image

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.

@gfwilliams
Copy link
Owner

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

@nseidle
Copy link
Author

nseidle commented Mar 13, 2019

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants