File tree 2 files changed +13
-12
lines changed
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 40
40
<vitamins >
41
41
<vitamin >
42
42
<name >electroMechanical</name >
43
- <type >hobbyServo </type >
44
- <id >hv5932mg </id >
43
+ <type >roundMotor </type >
44
+ <id >WPI-gb37y3530-50en </id >
45
45
</vitamin >
46
46
<vitamin >
47
47
<name >shaft</name >
48
- <type >hobbyServoHorn </type >
49
- <id >hv6214mg_6 </id >
48
+ <type >dShaft </type >
49
+ <id >WPI-gb37y3530-50en </id >
50
50
</vitamin >
51
51
52
52
</vitamins >
94
94
<vitamins >
95
95
<vitamin >
96
96
<name >electroMechanical</name >
97
- <type >hobbyServo </type >
98
- <id >hv5932mg </id >
97
+ <type >roundMotor </type >
98
+ <id >WPI-gb37y3530-50en </id >
99
99
</vitamin >
100
100
<vitamin >
101
101
<name >shaft</name >
102
- <type >hobbyServoHorn </type >
103
- <id >hv6214mg_6 </id >
102
+ <type >dShaft </type >
103
+ <id >WPI-gb37y3530-50en </id >
104
104
</vitamin >
105
105
106
106
</vitamins >
148
148
<vitamins >
149
149
<vitamin >
150
150
<name >electroMechanical</name >
151
- <type >hobbyServo </type >
152
- <id >hv5932mg </id >
151
+ <type >roundMotor </type >
152
+ <id >WPI-gb37y3530-50en </id >
153
153
</vitamin >
154
154
<vitamin >
155
155
<name >shaft</name >
156
- <type >hobbyServoHorn </type >
157
- <id >hv6214mg_6 </id >
156
+ <type >dShaft </type >
157
+ <id >WPI-gb37y3530-50en </id >
158
158
</vitamin >
159
159
160
160
</vitamins >
Original file line number Diff line number Diff line change @@ -431,6 +431,7 @@ class MyCadGenerator implements ICadGenerator{
431
431
.movez(servoMeasurments.flangeThickness*i))
432
432
}
433
433
*/
434
+ println " Base cross height " + (baseyLength+ (keepAwayDistance* 3 ))
434
435
CSG keepawayBottomX = new Cube (basexLength+ (keepAwayDistance* 3 )+ encoderKeepawayDistance,
435
436
baseyLength- (keepAwayDistance* 2 ),
436
437
keepAwayDistance)
You can’t perform that action at this time.
0 commit comments