issues Search Results · repo:tracespace/whats-that-gerber language:JavaScript
Filter by
8 results
(61 ms)8 results
intracespace/whats-that-gerber (press backspace or delete to remove)According to the Altium documentation internal planes can have an extension of GP[0-9]. I would personally match them in
the icu layer and change the regex of (g) to (gp?). What do you think?
Code ref: ...
ju5t
- 1
- Opened on Jun 26, 2018
- #23
Of course it s also Eagle and other tools board layout file but it s listed here as Mentor Board Outline (Boardstation)
and was mentioned as the default extension for the outline in https://github.com/tracespace/pcb-stackup/issues/48. ...
kasbah
- 1
- Opened on Apr 10, 2018
- #22
Without the end anchor (e.g. /.cmp$/) we can get incorrect matches if the filename happens to have
.${some_matching_extension} internally. For example, this will match as top copper :
foobar.CMPcbDoc.GBS ...
mcous
- 1
- Opened on Apr 1, 2018
- #17
Hi,
Your test for a drw file matches any string. This means that a filename of asdfasdfa gets matched as a drw file. How
come you picked such a loose test condition? I was planning to use whats-that-gerber ...
sabrehagen
- 4
- Opened on Aug 21, 2017
- #15
.npt (non-plated throughhole?) appears to be a drill file extension that we don t currently identify
mcous
- Opened on Jul 12, 2017
- #14
I noticed in tracespace/pcb-stackup#27 that the only current way to check if a type is valid is to check that it s in
whatsThatGerber.getAllTypes(). It seems to me that it would be really easy to incorporate ...
mcous
- 2
- Opened on Aug 16, 2016
- #11
So that it can be used externally as discussed in https://github.com/hadleyrich/GerbLook/issues/11
kasbah
- Opened on Jul 3, 2016
- #6
In https://github.com/tracespace/pcb-stackup/issues/11 you asked for a suggestion, I would change it to output just the
id and then have an object with the mapping to full names. The object could also ...
kasbah
- 1
- Opened on May 9, 2016
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.