Just finished the axle /chassis mounts
and here they are mounted on the matador
and here's the final scad files
rear axle mount
----------------------------------------------------------------------------------------------------------------------
module rear_axle_mount () {
difference () {
union () {
rotate ([0,0,0]) translate ([-8.35,0,0]) cube ([ 16.7,17.6,1.4]);
rotate ([0,0,0]) translate ([-8.35,0,6.75]) cube ([ 16.7,17.6,1.4]);
rotate ([0,0,0]) translate ([-8.35,8.5,0]) cube ([ 16.7,3.2,8.2]);
translate ([0,16.3,0])cylinder(h = 8.2, r = 6, $fn=80);
}
rotate ([0,0,12]) translate ([9.5,4.7,-0.5]) cube ([ 5,18,10]);
rotate ([0,0,-12]) translate ([-14.5,5,-0.5]) cube ([ 5,18,10]);
rotate ([0,0,0]) translate ([-8.35,10.75,1.3]) cube ([ 16,18,5.5]);
rotate ([0,0,0]) translate ([-9,-0.1,3.4]) cube ([ 18,7.1,5]);
translate ([0,3,-0.5])cylinder(h = 2, r = 1.5, $fn=80);
rotate ([0,0,0]) translate ([-5,1.75,-0.5]) cube ([5,2.5,2]);
rotate ([0,0,0]) translate ([-9,0,-0.5]) cube ([5,4.25,2]);
}
rotate ([0,0,0]) translate ([-3,4.5,6.75]) cube ([ 6,3,1.4]);
translate ([0,19.3,0])cylinder(h = 8.2, r = 1.3, $fn=80);
translate ([0,14,0])cylinder(h = 8.2, r = 1.3, $fn=80);
}
rear_axle_mount () ;
---------------------------------------------------------------------------------------
Front axle mount
---------------------------------------------------------------------------------------
module front_axle_mount () {
difference () {
union () {
rotate ([0,0,0]) translate ([-8.35,0,0]) cube ([ 16.7,17.6,1.4]);
rotate ([0,0,0]) translate ([-8.35,0,6.75]) cube ([ 16.7,17.6,1.4]);
rotate ([0,0,0]) translate ([-8.35,8.5,0]) cube ([ 16.7,8.2,8.2]);
translate ([0,16.3,0])cylinder(h = 8.2, r = 6, $fn=80);
}
rotate ([0,0,12]) translate ([9.5,4.7,-0.5]) cube ([ 5,18,10]);
rotate ([0,0,-12]) translate ([-14.5,5,-0.5]) cube ([ 5,18,10]);
rotate ([0,0,0]) translate ([-8.35,16.25,1.25]) cube ([ 16,7,5.6]);
rotate ([0,0,0]) translate ([-9,-0.1,3.4]) cube ([ 18,7.1,5]);
translate ([0,3.2,-0.5])cylinder(h = 2, r = 1.5, $fn=80);
rotate ([90,0,0]) translate ([0,4,-20])cylinder(h = 15, r = 1, $fn=80);
rotate ([0,0,0]) translate ([-1.3,0,-0.5]) cube ([ 2.6,3,2]);
}
rotate ([0,0,0]) translate ([-3,4.5,6.75]) cube ([ 6,3,1.4]);
}
front_axle_mount () ;
--------------------------------------------------------------------------------------------------
Have fun printing, they do need a little cleaning up afterwards to take off the support structure
Alwyn
