-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfeeds-and-speeds.json
108 lines (108 loc) · 2.81 KB
/
feeds-and-speeds.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"SFM" : {
"HSS" : {
"Tough Steel": [60,100],
"Mild Steel": [10,125],
"Cast Iron": [6,8],
"Alloy Steel": [12,65],
"Carbon Steel": [0,70],
"Free Cutting Steel": [115,225],
"Stainless Steel": [30,75],
"Bronze": [10,80],
"Leaded Steel": [30,30],
"Aluminum": [400,1000],
"Brass": [300,700],
"Machinable Wax": [20,20],
"Acetal Copolymer": [35,35],
"Polyethylene": [40,40],
"Acrylic": [50,50],
"Hard Wood": [600,1000],
"Soft Wood": [600,1000],
"Plywood": [600,1000],
"MDF": [600,1000],
"Particle Board": [600,1000]
},
"Carbide" : {
"Hard Wood": [1048,1179],
"Soft Wood": [1048,1179],
"Plywood": [1048,1179],
"MDF": [1048,1179]
}
},
"Chipload" : {
"Scale" : [null, 1, 0.75, 0.5],
"Hard Wood": {
"0.125": [0.003, 0.005],
"0.250": [0.009, 0.011],
"0.375": [0.015, 0.018],
"0.500": [0.019, 0.021]
},
"Soft Wood": {
"0.125": [0.004, 0.006],
"0.250": [0.011, 0.013],
"0.375": [0.017, 0.020],
"0.500": [0.021, 0.023],
"0.750": [0.024, 0.024]
},
"Plywood": {
"0.125": [0.004, 0.006],
"0.250": [0.011, 0.013],
"0.375": [0.017, 0.020],
"0.500": [0.021, 0.023]
},
"MDF": {
"0.125": [0.004, 0.007],
"0.250": [0.013, 0.016],
"0.375": [0.020, 0.023],
"0.500": [0.025, 0.027]
},
"Particle Board": {
"0.125": [0.004, 0.007],
"0.250": [0.013, 0.016],
"0.375": [0.020, 0.023],
"0.500": [0.025, 0.027]
},
"High Pressure Laminate": {
"0.125": [0.003, 0.005],
"0.250": [0.009, 0.012],
"0.375": [0.015, 0.018],
"0.500": [0.023, 0.025]
},
"Phenolic": {
"0.125": [null, null],
"0.250": [0.004, 0.006],
"0.375": [0.006, 0.008],
"0.500": [0.008, 0.012]
},
"Hard Plastic": {
"0.125": [0.002, 0.004],
"0.250": [0.006, 0.009],
"0.375": [0.008, 0.010],
"0.500": [0.010, 0.012]
},
"Soft Plastic": {
"0.125": [0.003, 0.006],
"0.250": [0.007, 0.010],
"0.375": [0.010, 0.012],
"0.500": [0.012, 0.016]
},
"Solid Surface": {
"0.125": [0.002, 0.004],
"0.250": [0.006, 0.009],
"0.375": [0.008, 0.010],
"0.500": [0.010, 0.012]
},
"Acrylic": {
"0.125": [0.003, 0.005],
"0.250": [0.007, 0.010],
"0.375": [0.010, 0.012],
"0.500": [0.012, 0.015]
},
"Aluminum": {
"0.125": [0.003, 0.004],
"0.250": [0.005, 0.007],
"0.375": [0.006, 0.008],
"0.500": [0.008, 0.010]
}
}
}