Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.32 KB


/ | ___ _ __ | | ___ _ __ |__ \ / | / | ___ | | ___ | | _ / _ \ | '| | ' \ / _ \ | '| __) | | | _ | | / _ \ / ` | / _
| |
| | | __/ | | | |
) | | __/ | | / __/ | |
| | | |
__ | () | | (| | | / _| _| || |./ _| |_| || _| _| _/ _,| ___|


For converting Gerber files to GCode. Tested with Gerber file from Kicad

Gerber2Gcode test will execute the conversion on test.gbr and test.drl if exists and write test.gcode

file should be metric

test.gcode is ready to plot the pcb on a 3D printer with a pen adapter.

Assumed the pen write a 0.3mm line and a recovering of 0.14mm between 2 lines. Pen Up position is 4mm down 0mmm If one wants other preset, see PNGerber.hpp and change #define accordingly.

TODO: When plotting zone sometimes display "odd number of line ..." in such a case modify the recovering distance a little.

Jean Pierre