README.md edited online with Bitbucket

This commit is contained in:
Kamil Sopko 2016-02-20 12:22:20 +00:00
parent 9d897d0fcb
commit 2b8b9e1270
1 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,11 @@ Among other things, it can take a Gerber file generated by your favorite PCB
CAD program, and create G-Code for Isolation routing.
####### my own shell script
### my own shell script
```
#!python
new
set_sys units MM
@ -100,8 +104,4 @@ write_gcode FCu_join_iso_cnc /path/to/Gerber/output/Loop-FCu.pngc
write_gcode FCu_margin_iso_exterior_cnc /path/to/Gerber/output/Loop-FCu-Margin.ngc
write_gcode FCu_drills_0.8 /path/to/Gerber/output/Loop-FCu.drl_0.8.ngc
write_gcode FCu_drills_3 /path/to/Gerber/output/Loop-FCu.drl_3.ngc
```