From: Petter Reinholdtsen Date: Sat, 23 Nov 2024 17:29:40 +0000 (+0100) Subject: Adjust numbers for steel cutting. X-Git-Url: https://pere.pagekite.me/gitweb/cnc-skilt-2024-11-nummer-2-5.git/commitdiff_plain/a5481b48329a8457cb76812784132be15752c209 Adjust numbers for steel cutting. --- diff --git a/Makefile b/Makefile index 51cc494..bc24e9e 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ SVG2GCODE = ~/src/debian/svg2gcode-upstream/svg2gcode OPTS = \ --speed 2000 \ - --feed 1000 \ - --plunge-feed 500 \ - --z-cut-depth -13 \ + --feed 50 \ + --plunge-feed 2000 \ + --z-cut-depth -0.8 \ GCODE = skilt-omriss-25.ngc skilt-omriss-2.ngc skilt-omriss-5.ngc diff --git a/jobfile b/jobfile index 1106355..cac73da 100644 --- a/jobfile +++ b/jobfile @@ -4,13 +4,13 @@ "operations": [ { "offset": { - "distance": -5, - "max-depth-of-cut": 1.5, - "ramp-slope": 0.05, + "distance": -3, + "max-depth-of-cut": 0.1, + "ramp-slope": 0.005, "work-holding-tabs": { "number-of-tabs": 4, - "height": 0.5, - "width": 12.5 + "height": 0.2, + "width": 5.0 } } }