This commit is contained in:
Gnieark 2017-12-07 22:33:10 +01:00
parent 504330ccb9
commit b483bb7072
6 changed files with 141124 additions and 943 deletions

View File

@ -11,4 +11,7 @@ For the curved rail, dimmensions are:
![image](https://raw.githubusercontent.com/gnieark/rails/master/dimensions2.png) ![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

View File

@ -51,12 +51,12 @@ module aiguilles(){
//nut hole //nut hole
translate([100,5,2]) translate([100,5,2])
rotate([0,90,0]) rotate([0,90,0])
#cylinder( h=70, r=1.5, $fn=500); cylinder( h=70, r=1.5, $fn=500);
} }
} }
//aiguillage(); aiguillage();
aiguilles(); aiguilles();

2960
SRC/boggie.dxf Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4
SRC/roue.scad Normal file
View File

@ -0,0 +1,4 @@
rotate_extrude($fn=200)
import (file="boggie.dxf", layer="0", $fn=500);

137202
STL/wheel.stl Normal file

File diff suppressed because it is too large Load Diff