tracespace / gerber-to-svg

gerber-to-svg development moved to tracespace/tracespace
https://github.com/tracespace/tracespace
MIT License
81 stars 20 forks source link

Feature Request: Route mode in drill files does not render #24

Closed gadgetjunkie closed 8 years ago

gadgetjunkie commented 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

mcous commented 8 years ago

Finally getting around to implementing this via mcous/gerber-parser#6. @gadgetjunkie have you ever seen any of the arc routing (G02/3) used in drill files? I'm wondering how far I should go with this.

gadgetjunkie commented 8 years ago

Hi Mike,

While I have only seen the linear routing (G01) in drill files so far, I would not be surprised to find one with arcs. I have seen lots of odd shaped boards that would require arcs .

— Mike Williams MacroFab, Inc.

From: Mike Cousins notifications@github.com<mailto:notifications@github.com> Reply-To: mcous/gerber-to-svg reply@reply.github.com<mailto:reply@reply.github.com> Date: Monday, January 18, 2016 at 6:55 PM To: mcous/gerber-to-svg gerber-to-svg@noreply.github.com<mailto:gerber-to-svg@noreply.github.com> Cc: Mike Williams mike@ddsw.com<mailto:mike@ddsw.com> Subject: Re: [gerber-to-svg] Feature Request: Route mode in drill files does not render (#24)

Finally getting around to implementing this via mcous/gerber-parser#6https://github.com/mcous/gerber-parser/issues/6. @gadgetjunkiehttps://github.com/gadgetjunkie have you ever seen any of the arc routing (G02/3) used in drill files? I'm wondering how far I should go with this.

— Reply to this email directly or view it on GitHubhttps://github.com/mcous/gerber-to-svg/issues/24#issuecomment-172687190.

mcous commented 8 years ago

Drill routing (linear and arc) is now supported in v1.0.0