-
Notifications
You must be signed in to change notification settings - Fork 8
/
material-database.json
44 lines (44 loc) · 1.2 KB
/
material-database.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
[
{
"id":"light_v_engrave",
"name":"Light Vector Engraving",
"notes":"Just scribing",
"template":{
"type": "Laser Fill Path",
"params":{
"laserPower":"30",
"passes":"1",
"cutRate":"1500"
}
},
"_locked":false,
"presets":[
{
"id":"baltic_plywood",
"machine_profile":null,
"name": "Baltic Birch Plywood",
"notes": null,
"type": "Laser Fill Path",
"params":{
"filterFillColor":"green",
"laserPower":"40",
"passes":"1",
"cutRate":"2000"
}
},
{
"id":"cast_acrylic",
"machine_profile":null,
"name": "Cast Acrylic",
"notes": null,
"type": "Laser Fill Path",
"params":{
"filterFillColor":"green",
"laserPower":"20",
"passes":"1",
"cutRate":"1500"
}
}
]
}
]