diff --git a/README.md b/README.md index 9c50e4c0..23edf12d 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +write_gcode Drills_cncjob_0.8 /home/sopak/kicad/ThermalShield/Gerber/ThermalPicoShield2.drl_Drills_cncjob_0.8.ngc +```