-
Notifications
You must be signed in to change notification settings - Fork 0
PCB2G - converter from image of PCB board to G-code
License
popovec/pcb2g
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pcb2g ===== pcb2g is converter from image to g-code. Scanned image from PCB (in pbm or pgm format) is analyzed and G-code for CNC router is generated. This software is designed to run on linux and cnc code is designed for linuxcnc. Compilation: ------------ download source, change directory to source tree, run "make" Example usage: -------------- Convert PCB image (white = isolation black = copper) to .pbm file (in example below pcb.ppm) - for example with "convert" from imagemagick software. Then use pcb.pbm as input for pcb2g. You also need to give information about dimension of PCB (arguments after -X and -Y switches ) and specify the output file (after -O switch). ./pcb2g -o -b -X 40.132000 -Y 26.924000 -O pcb.ngc pcb.pbm Examine output file pcb.ngc, use it in linuxcnc. Please check Licence before use.
About
PCB2G - converter from image of PCB board to G-code
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published