We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb1c0d commit ec52fdfCopy full SHA for ec52fdf
client/src/js/state/index.js
@@ -10,22 +10,22 @@ let state = {
10
mode: 'drive',
11
manipulator: {
12
axis1: {
13
- min: 2800,
14
- max: 4850,
+ min: 2200,
+ max: 5000,
15
step: 10,
16
- value: 3300
+ value: 4600
17
},
18
axis2: {
19
min: 2700,
20
- max: 4450,
21
22
+ value: 3400
23
24
gripper: {
25
min: 2400,
26
max: 3600,
27
28
+ value: 3000
29
30
31
@@ -39,5 +39,5 @@ let state = {
39
temperature: ""
40
}
41
};
42
-
43
-export default state;
+
+export default state;
0 commit comments