Re: HL Truck Mods
Posted: Mon Nov 27, 2017 5:44 pm
And here's the next instalment

Openscad code AMENDED 27/11/17
----------------------------------------------------------------------------------------------
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,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.4]) 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.4, $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 () ;
--------------------------------------------------------------------------------------------------------------------
again untested so have a bash if you want
Amended because there a couple of small SNAFUs in the code
Alwyn


Openscad code AMENDED 27/11/17
----------------------------------------------------------------------------------------------
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,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.4]) 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.4, $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 () ;
--------------------------------------------------------------------------------------------------------------------
again untested so have a bash if you want
Amended because there a couple of small SNAFUs in the code
Alwyn

