|
|
@@ -11,13 +11,21 @@ CAD program, and create G-Code for Isolation routing. But there's more.
|
|
|
|
|
|
|
|
|
|
|
|
-This fork is mainly for improving shell commands:
|
|
|
+This fork is mainly for improving shell commands.
|
|
|
|
|
|
+added so far:
|
|
|
|
|
|
+cutout
|
|
|
+mirror
|
|
|
+cncdrilljob
|
|
|
|
|
|
-example of shell flow:
|
|
|
+
|
|
|
+todo:
|
|
|
+
|
|
|
+commandline witch reads whole shell sequence from given file
|
|
|
|
|
|
|
|
|
+example of shell flow:
|
|
|
|
|
|
new
|
|
|
open_gerber /home/sopak/kicad/ThermalShield/Gerber/ThermalPicoShield2-Margin.gbr -outname Margin
|
|
|
@@ -46,6 +54,4 @@ 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
|