-
Notifications
You must be signed in to change notification settings - Fork 14
/
v3.json
82 lines (82 loc) · 1.21 KB
/
v3.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
{
"machine_name": "frezia_legacy",
"buttons": [
{
"pin": 21,
"pullup": true
},
{
"pin": 20,
"pullup": true
},
{
"pin": 16,
"pullup": true
},
{
"pin": 12,
"pullup": true
}
],
"lasers": [],
"max_accelerations_mm_s2": [
500.0,
500.0,
10.0,
500.0
],
"max_no_accel_velocity_mm_s": [
5.0,
5.0,
0.1,
5.0
],
"max_velocity_mm_s": [
220.0,
220.0,
25.0,
220.0
],
"motion_layout": "cartesian",
"scale": [
1.0,
1.0,
-1.0,
1.0
],
"simulate_execution": false,
"spindles": [
{
"cycle_time_seconds": 0.1,
"mode":"spindle",
"duty_max": 0.1,
"duty_min": 0.0,
"pin": 18,
"pin_negate":false
}
],
"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": 1600.0
}
],
"tick_duration_us": 50,
"steps_generator_0":"program_to_steps",
"steps_generator":"linear_interpolation",
"steps_generator_2":"bezier_spline"
}