-
Per mcous/gerber-to-svg#32, if an otherwise valid FS command has extra characters (e.g. `%FSLAN2X34Y34*%`), the parser will miss the format specification.
The FS matcher should be a little more lenie…
mcous updated
8 years ago
-
Thank you for your very quick fix to the `gerber-to-svg` project. I have since discovered this `pcb-stackup` project and tried running the same files through using the sample code from the README and …
-
I am struggling a bit with moving from 0.0.4 to 0.1.0 in [monostable/kitnic](https://github.com/monostable/kitnic). The last API was quite low level, and this one is too so there are lots of details t…
-
When running my test-files I got an exception when feeding the following files:
https://github.com/mgebundy/LilyPad-SR/tree/master/gerber
[Error: Error at line 17 - Cannot read property 'flashed' of …
-
I am using the [test-fm-transmitter branch](https://github.com/tracespace/pcb-stackup/tree/test-fm-transmitter) to figure out what is going on with this. I added zero:'L' to the options like you sugg…
-
I want avoid of using readable-stream to parse gerber from string in browser. So I need a syncronous parser call. Is there some way to make it possible?
katyo updated
8 years ago
-
Route mode (G00/G01) in drill files do not render as an actual slot/route, but instead appear as two individual drills at the start and end.
Not a high priority, just something I noticed
-
As suggested by @TheunisKotze, PCB CAD programs often put comments in drill files that contain necessary processing information that the files' commands lack. The drill parser could parse these commen…
mcous updated
8 years ago
-
The gerber in pcb.bor.txt renders correctly in gcpreview and gerbv.
It has issues when displaying the svn generated by gerber-to-svg.
The attached png file is a screenshot of the file being displaye…
-
I think Gerber/Excellon parser is amazing thing for our evil js-world. ^^ Thanks for this great work, which replaced my old parser. But I have some problems.
I assume that slot drilling command G85 i…
katyo updated
9 years ago