]> pere.pagekite.me Git - cnc-skilt-2024-11-nummer-2-5.git/commitdiff
Adjust numbers for steel cutting.
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 23 Nov 2024 17:29:40 +0000 (18:29 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Sat, 23 Nov 2024 17:29:40 +0000 (18:29 +0100)
Makefile
jobfile

index 51cc4949f1a23d9e276d7c0432b620aa6083525c..bc24e9ec690caade79a9946bd10b9d614e50cefc 100644 (file)
--- 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 11063559a3b7c45e03e09c06f9ec76de6b4287f0..cac73dabef6a3514c60b86ddd9399987c1509397 100644 (file)
--- 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
                         }
                     }
                 }