pcb2gcode / pcb2gcode

Command-line tool for isolation, routing and drilling of PCBs
GNU General Public License v3.0
410 stars 100 forks source link

z-bridges only applies on first pass #26

Closed baldengineer closed 8 years ago

baldengineer commented 9 years ago

Looks like z-bridge is only set during the first pass. On subsequent passes, it's ignored, cutting right through the bridge.

Picture/simulation for reference. Confirmed with real cut.

Attaching: Reference Image: screenshot 2015-12-06 19 39 47

Command Line Used (tried multiple z-bridge options: 0, positive, negative, all had same result): pcb2gcode-cmd.txt

Generated gcode: outline.ngc.txt

Original Gerber: zigbeeshield-Edge.Cuts.gbr.txt

corna commented 8 years ago

I've fixed it in commit 250d53ab9198f1f6f7f36b7e1deef5085d512693, can you test it?

baldengineer commented 8 years ago

I only looked at simulated runs in Camotics, but looks like it is working as expected now. Thanks!

corna commented 8 years ago

You're welcome! Thanks for your bug report.