PCB CNC: Unterschied zwischen den Versionen
| Zeile 50: | Zeile 50: | ||
| == Metaboard*.sh == | == Metaboard*.sh == | ||
| Metaboard are some bash shell scripts, that will automatically create cnc-paths in the form of gcode files. The starting point is the eagle .brd file. | Metaboard are some bash shell scripts, that will automatically create cnc-paths in the form of gcode files. The starting point is the eagle .brd file. | ||
| Download of the files: [http://kariert.org/files/metaboard3/ Here] | |||
| Usage: metaboard3.sh <options> filename | |||
| filename: eagle brd file to process | |||
|  -double: create a double sided gcode | |||
|  -0.8:    use a 0.8mm mill head instead of a 0.6 | |||
|  -tight:  only offset by a distance of 0.3 mm | |||
|  -filled: the eagle board file has a filed dimension area instead of lines | |||
| It calls a couple of external programs: | It calls a couple of external programs: | ||
| Zeile 66: | Zeile 73: | ||
| * It might be necessary to have a parent project file in the same directory? | * It might be necessary to have a parent project file in the same directory? | ||
| </del> | </del> | ||
| === Usage === | === Usage === | ||