wheel
This commit is contained in:
parent
504330ccb9
commit
b483bb7072
|
@ -11,4 +11,7 @@ For the curved rail, dimmensions are:
|
|||
|
||||
![image](https://raw.githubusercontent.com/gnieark/rails/master/dimensions2.png)
|
||||
|
||||
Scale (french train's rails are 1 435 mm) is 1/60
|
||||
|
||||
Real diameter wheel 914,4 so ~ 15 mm
|
||||
|
||||
|
|
|
@ -51,12 +51,12 @@ module aiguilles(){
|
|||
//nut hole
|
||||
translate([100,5,2])
|
||||
rotate([0,90,0])
|
||||
#cylinder( h=70, r=1.5, $fn=500);
|
||||
cylinder( h=70, r=1.5, $fn=500);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//aiguillage();
|
||||
aiguillage();
|
||||
aiguilles();
|
||||
|
||||
|
|
2960
SRC/boggie.dxf
Normal file
2960
SRC/boggie.dxf
Normal file
File diff suppressed because it is too large
Load Diff
1894
SRC/rails.dxf
1894
SRC/rails.dxf
File diff suppressed because it is too large
Load Diff
4
SRC/roue.scad
Normal file
4
SRC/roue.scad
Normal file
|
@ -0,0 +1,4 @@
|
|||
rotate_extrude($fn=200)
|
||||
|
||||
import (file="boggie.dxf", layer="0", $fn=500);
|
||||
|
137202
STL/wheel.stl
Normal file
137202
STL/wheel.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user