-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathonefinity.json
38 lines (38 loc) · 868 Bytes
/
onefinity.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
{
"Name": "Onefinity",
"Controller": {
"Flavor": "Buildbotics",
"Tasmota": ["192.168.1.10",1],
"Boot Wait": 35,
"Shutdown Wait": 10,
"Hostname / IP": "onefinity.local"
},
"Accessories": {
"Screen": {
"Tasmota": ["192.168.1.10",2],
"Auto": "Before"
},
"VFD": {
"Tasmota": ["192.168.1.11",2],
"Auto": "Before"
},
"Light": {
"WeMo": ["192.168.1.12",1],
"Auto": "After"
}
},
"Max Feed Rate (mm/min)": 10000,
"Max Spindle RPM": 24000,
"Tool Table": "tools.json",
"Plotter": {
"Magazine": [
["","Light Blue","Lime",""],
["Black","Red","Blue","Orange"]
],
"Slot Zero": [806,33],
"Pen Spacing": 13.7,
"Z-Touch": -123,
"Z-Click": -88,
"Z-Stage": -110
}
}