-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
9 lines (9 loc) · 1.29 KB
/
info.html
1
2
3
4
5
6
7
8
9
<div class="text">
<p>This tool is an attempt to make the process of generating <a href="https://secure.wikimedia.org/wikipedia/en/wiki/G-code" target="_blank">gcode</a> from <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Printed_circuit_board" target="_blank">pcb</a> designs more accessible. It is basically a, hopefully easy to use, interface that uses the <a href="http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page" target="_blank">pcb2gcode</a> program to generate gcode.</p>
<p>You need gcode of pcb's when you want to do <a href="http://reprap.org/wiki/PCB_Milling" target="_blank">pcb milling</a>.</p>
<p>This tool is a initiative of <a href="http://www.olifantasia.com/" target="_blank">Martin Dudok van Heel</a> and <a href="http://www.peteruithoven.nl" target="_blank">Peter Uithoven</a> at <a href="http://www.fablabamersfoort.nl" target="_blank">Fablab Amersfoort</a>. It is a opensource project and you can find the source on the following page. <br/>
<a href="https://github.com/PlanBCode/pcb2gcode" target="_blank">github.com/PlanBCode/pcb2gcode</a><br/>
Your suggestions and issues are welcome, you can leave them on the following page. <br/>
<a href="https://github.com/PlanBCode/pcb2gcode/issues" target="_blank">github.com/PlanBCode/pcb2gcode/issues</a>
</p>
</div>