]> pere.pagekite.me Git - cnc-skilt-2024-12-smaskebu.git/blob - skilt-smaskebu-test-jobfile
Give spindle time to get started.
[cnc-skilt-2024-12-smaskebu.git] / skilt-smaskebu-test-jobfile
1 {
2 "jobs": [
3 {
4 "paths": [ 1,2,5,6,11 ],
5 "operations": [
6 {
7 "offset": {
8 "distance": 1,
9 "max-depth-of-cut": 0.15,
10 "ramp-slope": 0.005
11 }
12 }
13 ]
14 },
15 {
16 "paths": [ 3,4,7,8,9,10 ],
17 "operations": [
18 {
19 "offset": {
20 "distance": 1,
21 "max-depth-of-cut": 0.15,
22 "ramp-slope": 0.005,
23 "work-holding-tabs": {
24 "number-of-tabs": 3,
25 "height": 0.2,
26 "width": 2.0
27 }
28 }
29 }
30 ]
31 },
32 {
33 "paths": [ 0 ],
34 "operations": [
35 {
36 "offset": {
37 "distance": -1,
38 "max-depth-of-cut": 0.15,
39 "ramp-slope": 0.005
40 }
41 }
42 ]
43 }
44 ]
45 }