-
Notifications
You must be signed in to change notification settings - Fork 14
/
v1.json
82 lines (81 loc) · 1.2 KB
/
v1.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
{
"machine_name": "frezia_hd_3profiles",
"buttons": [
{
"pin": 6,
"pullup": true
},
{
"pin": 13,
"pullup": true
},
{
"pin": 19,
"pullup": true
},
{
"pin": 26,
"pullup": true
}
],
"lasers": [],
"max_accelerations_mm_s2": [
500.0,
500.0,
500.0,
500.0
],
"max_no_accel_velocity_mm_s": [
5.0,
5.0,
5.0,
5.0
],
"max_velocity_mm_s": [
220.0,
220.0,
110.0,
220.0
],
"motion_layout": "corexy",
"scale": [
-1.0,
1.0,
-1.0,
1.0
],
"simulate_execution": false,
"spindles": [
{
"cycle_time_seconds": 0.01,
"duty_max": 0.002,
"mode":"spindle",
"duty_min": 0.001,
"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": 160.0
}
],
"tick_duration_us": 50,
"steps_generator_0":"program_to_steps",
"steps_generator":"linear_interpolation",
"steps_generator_2":"bezier_spline"
}