PCB CNC: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Reox (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 79: | Zeile 79: | ||
While these are called, <del>a couple of windows will pop up and hopefully disappear again.</del> only shell output will be produced. you will get some debug images also in the current directory. | While these are called, <del>a couple of windows will pop up and hopefully disappear again.</del> only shell output will be produced. you will get some debug images also in the current directory. | ||
== pcb2metalab == | |||
is a fork of the metaboard script. while it was stripped down to the very basics, it now only works with gEDA pcb files. | |||
Because of many chnges in the pcb2gcode tool, some things are now completly different than it was before! Be aware that now some files are generated with pre- and postamble, some are not. Please check and double check the generated g-code files before milling. | |||
e.g. there was a bug that the last line was a G53 G0 Z0, which mean on our CNC that the millhead would not retract but go down to the very bottom! | |||
git clone pcb2metalab from here: https://github.com/reox/pcb2metalab | |||