-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdrill_template
72 lines (72 loc) · 1.7 KB
/
drill_template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"Output": "profile.ngc",
"Post": "grbl",
"PostArgs": "",
"SetupSheet": {
"ClearanceHeightExpression": "OpStockZMax+${SetupSheet}.ClearanceHeightOffset",
"ClearanceHeightOffset": "5.00 mm",
"Contour": {
"Direction": "CCW",
"JoinType": "Round"
},
"FinalDepthExpression": "OpFinalDepth",
"HorizRapid": "1000.00 mm/s",
"SafeHeightExpression": "OpStockZMax+${SetupSheet}.SafeHeightOffset",
"SafeHeightOffset": "3.00 mm",
"StartDepthExpression": "OpStartDepth",
"StepDownExpression": "0.4",
"VertRapid": "1000.00 mm/s"
},
"Stock": {
"create": "CreateBox",
"height": "5 mm",
"length": "250 mm",
"posX": -77.49999999999991,
"posY": -90.0,
"posZ": 0.0,
"rotW": 1.0,
"rotX": 0.0,
"rotY": 0.0,
"rotZ": 0.0,
"version": 1,
"width": "250 mm"
},
"Tolerance": "0.01",
"ToolController": [
{
"dir": "Forward",
"hfeed": "800 mm/s",
"hrapid": "1000 mm/s",
"label": "T3: AluminiumMill",
"name": "T3__AluminiumMill",
"nr": 3,
"speed": 17000.0,
"tool": {
"cornerRadius": 0.0,
"cuttingEdgeAngle": 180.0,
"cuttingEdgeHeight": 12.0,
"diameter": 3.0,
"flatRadius": 0.0,
"lengthOffset": 0.0,
"material": "Carbide",
"name": "AluminiumMill",
"tooltype": "Undefined",
"version": 1
},
"version": 1,
"vfeed": "500 mm/s",
"vrapid": "1000 mm/s",
"xengine": [
{
"expr": "${SetupSheet}.HorizRapid",
"prop": "HorizRapid"
},
{
"expr": "${SetupSheet}.VertRapid",
"prop": "VertRapid"
}
]
}
],
"Version": 1
}