README.md edited online with Bitbucket

This commit is contained in:
sopak 2014-12-28 21:53:56 +00:00
parent 9cc4ca866b
commit dd7a98fe16
1 changed files with 10 additions and 5 deletions

View File

@ -15,18 +15,22 @@ This fork is mainly for improving shell commands.
added so far:
cutout
mirror
cncdrilljob
* cutout
* mirror
* cncdrilljob
todo:
commandline witch reads whole shell sequence from given file
* commandline witch reads whole shell sequence from given file
example of shell flow:
```
#!flatcam shell
new
open_gerber /home/sopak/kicad/ThermalShield/Gerber/ThermalPicoShield2-Margin.gbr -outname Margin
open_gerber /home/sopak/kicad/ThermalShield/Gerber/ThermalPicoShield2-B_Cu.gbr -outname BottomCu
@ -54,4 +58,5 @@ write_gcode Margin_cutout_cnc /home/sopak/kicad/ThermalShield/Gerber/ThermalPico
write_gcode Drills_cncjob_3.0 /home/sopak/kicad/ThermalShield/Gerber/ThermalPicoShield2.drl_Drills_cncjob_3.0.ngc
write_gcode Drills_cncjob_0.8 /home/sopak/kicad/ThermalShield/Gerber/ThermalPicoShield2.drl_Drills_cncjob_0.8.ngc
write_gcode Drills_cncjob_0.8 /home/sopak/kicad/ThermalShield/Gerber/ThermalPicoShield2.drl_Drills_cncjob_0.8.ngc
```