-
Notifications
You must be signed in to change notification settings - Fork 14
/
example_config.json
82 lines (82 loc) · 1.09 KB
/
example_config.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
{
"buttons": [
{
"pin": 21,
"pullup": true
},
{
"pin": 20,
"pullup": true
},
{
"pin": 16,
"pullup": true
},
{
"pin": 12,
"pullup": true
}
],
"lasers": [],
"max_accelerations_mm_s2": [
220.0,
220.0,
220.0,
220.0
],
"max_no_accel_velocity_mm_s": [
2.0,
2.0,
2.0,
2.0
],
"max_velocity_mm_s": [
250.0,
250.0,
150.0,
200.0
],
"motion_layout": "corexy",
"scale": [
-1.0,
1.0,
-1.0,
1.0
],
"simulate_execution": false,
"spindles": [
{
"cycle_time_seconds": 0.1,
"duty_max": 0.1,
"duty_min": 0.0,
"pin": 18
}
],
"steppers": [
{
"dir": 27,
"en": 10,
"step": 22,
"steps_per_mm": 100.0
},
{
"dir": 4,
"en": 10,
"step": 17,
"steps_per_mm": 100.0
},
{
"dir": 9,
"en": 10,
"step": 11,
"steps_per_mm": 100.0
},
{
"dir": 0,
"en": 10,
"step": 5,
"steps_per_mm": 100.0
}
],
"tick_duration_us": 50
}