Incorporated arduino MEGA screws in the base

pull/20/head
Carlos Garcia 2014-08-18 16:12:33 +02:00
parent b1e100f131
commit 22c03fd147
11 changed files with 18373 additions and 16819 deletions

View File

@ -87,7 +87,7 @@ axes_Zcarriage_pos = axes_Zsmooth_rodLen/3+sin($t*360)*axes_Zsmooth_rodLen/4;
Ycarriage_linearBearingSeparation = 50;
workbed_size_X = axes_Ysmooth_separation+50;
workbed_size_Y = Ycarriage_linearBearingSeparation+70;
workbed_thickness = 8;
workbed_thickness = 8+3;
workbed_separation_from_Y_smooth_rod = 10;
@ -214,24 +214,24 @@ render_2D_or_3D() {
}
}
}
}
translate([axes_Xsmooth_rodLen/2,0,0])
control_board();
// TRANSLATE REFERENCE POSITION to the FRONT RIGHT Y rod idler, Y smooth rod end
translate([-axes_Ysmooth_separation/2,-axes_Ysmooth_rodLen/2,axes_Yreference_height]) {
if(draw_references) %frame();
Cyclone_Y_rightSmoothRodIdler();
}
// TRANSLATE REFERENCE POSITION to the FRONT LEFT Y rod idler, Y smooth rod end
translate([axes_Ysmooth_separation/2,-axes_Ysmooth_rodLen/2,axes_Yreference_height]) {
if(draw_references) %frame();

View File

@ -0,0 +1,5 @@
Cyclone logo
=======
Credit goes to yOPERO (Daniel Garrido) for suggesting the cool logo :)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,45 @@
// OSHW Logo Generator
// Open Source Hardware Logo : http://oshwlogo.com/
// -------------------------------------------------
//
// Adapted from Adrew Plumb/ClothBot original version
// just change internal parameters to made dimension control easier
// a single parameter : logo diameter (millimeters)
//
// oshw_logo_2D(diameter) generate a 2D logo with diameter requested
// just have to extrude to get a 3D version, then add it to your objects
//
// cc-by-sa, pierre-alain dorange, july 2012
// Increase the resolution of default shapes
$fa = 5; // Minimum angle for fragments [degrees]
$fs = 0.5; // Minimum fragment size [mm]
module gear_tooth_2d(d) {
polygon( points=[
[0.0,10.0*d/72.0], [0.5*d,d/15.0],
[0.5*d,-d/15.0], [0.0,-10.0*d/72.0] ] );
}
module oshw_logo_2d(d=10.0) {
rotate(-135) {
difference() {
union() {
circle(r=14.0*d/36.0);
for(i=[1:7]) assign(rotAngle=45*i+45)
rotate(rotAngle) gear_tooth_2d(d);
}
circle(r=10.0*d/72.0);
intersection() {
rotate(-20) square(size=[10.0*d/18.0,10.0*d/18.0]);
rotate(20) square(size=[10.0*d/18.0,10.0*d/18.0]);
}
}
}
}
// usage : oshw_logo_2d(diameter)
//linear_extrude(height=2)
oshw_logo_2d(25);

View File

@ -262,3 +262,15 @@ module linearBearingHole(model="LM8UU", lateralExtension=10, pressureFitToleranc
module control_board() {
rotate([0,0,180])
translate([15,0])
difference() {
translate([-15,-12.5])
cube([102.5,64.5,1.6]);
translate([0,0,5]) rotate([90,0,0]) hole_for_screw(size=3,length=10,nutDepth=0,nutAddedLen=0,captiveLen=0);
translate([82.5,0,5]) rotate([90,0,0]) hole_for_screw(size=3,length=10,nutDepth=0,nutAddedLen=0,captiveLen=0);
translate([0,48.5,5]) rotate([90,0,0]) hole_for_screw(size=3,length=10,nutDepth=0,nutAddedLen=0,captiveLen=0);
}
}

File diff suppressed because it is too large Load Diff

View File

@ -593,153 +593,153 @@ AcDbPolyline
70
0
10
204.404299
204.387007
20
172.209797
172.145287
30
0.0
10
204.082100
204.048696
20
172.343297
172.285461
30
0.0
10
203.805499
203.758267
20
172.555497
172.508273
30
0.0
10
203.593299
203.535458
20
172.832196
172.798806
30
0.0
10
203.459800
203.395281
20
173.154296
173.137010
30
0.0
10
203.414300
203.347506
20
173.499996
30
0.0
10
203.459800
203.395281
20
173.845695
173.862982
30
0.0
10
203.593299
203.535458
20
174.167796
174.201185
30
0.0
10
203.805499
203.758267
20
174.444498
174.491722
30
0.0
10
204.082100
204.048696
20
174.656698
174.714534
30
0.0
10
204.404299
204.387007
20
174.790197
174.854708
30
0.0
10
204.749998
204.749990
20
174.835697
174.902482
30
0.0
10
205.096000
205.113292
20
174.790197
174.854708
30
0.0
10
205.417999
205.451391
20
174.656698
174.714534
30
0.0
10
205.693998
205.741191
20
174.444498
174.491722
30
0.0
10
205.906999
205.964841
20
174.167796
174.201185
30
0.0
10
206.039999
206.104493
20
173.845695
173.862982
30
0.0
10
206.085999
206.152792
20
173.499996
30
0.0
10
206.039999
206.104493
20
173.154296
173.137010
30
0.0
10
205.906999
205.964841
20
172.832196
172.798806
30
0.0
10
205.693998
205.741191
20
172.555497
172.508273
30
0.0
10
205.417999
205.451391
20
172.343297
172.285461
30
0.0
10
205.096000
205.113292
20
172.209797
172.145287
30
0.0
10
204.749998
204.749990
20
172.164297
172.097512
30
0.0
10
204.404299
204.387007
20
172.209797
172.145287
30
0.0
0
@ -759,153 +759,153 @@ AcDbPolyline
70
0
10
4.903998
4.886705
20
172.209797
172.145287
30
0.0
10
4.581999
4.548607
20
172.343297
172.285461
30
0.0
10
4.306000
4.258808
20
172.555497
172.508273
30
0.0
10
4.092998
4.035155
20
172.832196
172.798806
30
0.0
10
3.959998
3.895505
20
173.154296
173.137010
30
0.0
10
3.913999
3.847206
20
173.499996
30
0.0
10
3.959998
3.895505
20
173.845695
173.862982
30
0.0
10
4.092998
4.035155
20
174.167796
174.201185
30
0.0
10
4.306000
4.258808
20
174.444498
174.491722
30
0.0
10
4.581999
4.548607
20
174.656698
174.714534
30
0.0
10
4.903998
4.886705
20
174.790197
174.854708
30
0.0
10
5.249999
5.250007
20
174.835697
174.902482
30
0.0
10
5.595699
5.612992
20
174.790197
174.854708
30
0.0
10
5.917898
5.951300
20
174.656698
174.714534
30
0.0
10
6.194498
6.241731
20
174.444498
174.491722
30
0.0
10
6.406698
6.464540
20
174.167796
174.201185
30
0.0
10
6.540198
6.604715
20
173.845695
173.862982
30
0.0
10
6.585698
6.652490
20
173.499996
30
0.0
10
6.540198
6.604715
20
173.154296
173.137010
30
0.0
10
6.406698
6.464540
20
172.832196
172.798806
30
0.0
10
6.194498
6.241731
20
172.555497
172.508273
30
0.0
10
5.917898
5.951300
20
172.343297
172.285461
30
0.0
10
5.595699
5.612992
20
172.209797
172.145287
30
0.0
10
5.249999
5.250007
20
172.164297
172.097512
30
0.0
10
4.903998
4.886705
20
172.209797
172.145287
30
0.0
0
@ -1257,153 +1257,153 @@ AcDbPolyline
70
0
10
204.404299
204.387007
20
122.209784
122.145274
30
0.0
10
204.082100
204.048696
20
122.343304
122.285468
30
0.0
10
203.805499
203.758267
20
122.555507
122.508282
30
0.0
10
203.593299
203.535458
20
122.832197
122.798807
30
0.0
10
203.459800
203.395281
20
123.154297
123.137011
30
0.0
10
203.414300
203.347506
20
123.499991
30
0.0
10
203.459800
203.395281
20
123.845685
123.862969
30
0.0
10
203.593299
203.535458
20
124.167899
124.201294
30
0.0
10
203.805499
203.758267
20
124.444505
124.491729
30
0.0
10
204.082100
204.048696
20
124.656707
124.714543
30
0.0
10
204.404299
204.387007
20
124.790199
124.854709
30
0.0
10
204.749998
204.749990
20
124.835693
124.902478
30
0.0
10
205.096000
205.113292
20
124.790199
124.854709
30
0.0
10
205.417999
205.451391
20
124.656707
124.714543
30
0.0
10
205.693998
205.741191
20
124.444505
124.491729
30
0.0
10
205.906999
205.964841
20
124.167899
124.201294
30
0.0
10
206.039999
206.104493
20
123.845685
123.862969
30
0.0
10
206.085999
206.152792
20
123.499991
30
0.0
10
206.039999
206.104493
20
123.154297
123.137011
30
0.0
10
205.906999
205.964841
20
122.832197
122.798807
30
0.0
10
205.693998
205.741191
20
122.555507
122.508282
30
0.0
10
205.417999
205.451391
20
122.343304
122.285468
30
0.0
10
205.096000
205.113292
20
122.209784
122.145274
30
0.0
10
204.749998
204.749990
20
122.164290
122.097505
30
0.0
10
204.404299
204.387007
20
122.209784
122.145274
30
0.0
0
@ -1423,153 +1423,153 @@ AcDbPolyline
70
0
10
4.903998
4.886705
20
122.209784
122.145274
30
0.0
10
4.581999
4.548607
20
122.343304
122.285468
30
0.0
10
4.306000
4.258808
20
122.555507
122.508282
30
0.0
10
4.092998
4.035155
20
122.832197
122.798807
30
0.0
10
3.959998
3.895505
20
123.154297
123.137011
30
0.0
10
3.913999
3.847206
20
123.499991
30
0.0
10
3.959998
3.895505
20
123.845685
123.862969
30
0.0
10
4.092998
4.035155
20
124.167899
124.201294
30
0.0
10
4.306000
4.258808
20
124.444505
124.491729
30
0.0
10
4.581999
4.548607
20
124.656707
124.714543
30
0.0
10
4.903998
4.886705
20
124.790199
124.854709
30
0.0
10
5.249999
5.250007
20
124.835693
124.902478
30
0.0
10
5.595699
5.612992
20
124.790199
124.854709
30
0.0
10
5.917898
5.951300
20
124.656707
124.714543
30
0.0
10
6.194498
6.241731
20
124.444505
124.491729
30
0.0
10
6.406698
6.464540
20
124.167899
124.201294
30
0.0
10
6.540198
6.604715
20
123.845685
123.862969
30
0.0
10
6.585698
6.652490
20
123.499991
30
0.0
10
6.540198
6.604715
20
123.154297
123.137011
30
0.0
10
6.406698
6.464540
20
122.832197
122.798807
30
0.0
10
6.194498
6.241731
20
122.555507
122.508282
30
0.0
10
5.917898
5.951300
20
122.343304
122.285468
30
0.0
10
5.595699
5.612992
20
122.209784
122.145274
30
0.0
10
5.249999
5.250007
20
122.164290
122.097505
30
0.0
10
4.903998
4.886705
20
122.209784
122.145274
30
0.0
0