Hi Max, as a little thank you from me for all the great work you have been posting on the HL truck I have designed a cover for your scout car lego wheels
here's the Openscad text for the design
module hub () {
difference () { // hub centre
union () {
translate ([0,0,13])cylinder(h = 2, r1 = 15.5, r2=10, $fn=80);
translate ([0,0,15])cylinder(h = 1, r1 = 10, r2=9, $fn=80);
translate ([0,0,12.1])cylinder(h = 1, r = 15.5, $fn=80);
}
translate ([0,0,-3.5])cylinder(h = 21, r = 4, $fn=80);
translate ([15,0,12])cylinder(h = 4, r = 3, $fn=80);
rotate ([0,0,60]) translate ([15,0,12])cylinder(h = 4, r = 3, $fn=80);
rotate ([0,0,120]) translate ([15,0,12])cylinder(h = 4, r = 3, $fn=80);
rotate ([0,0,180]) translate ([15,0,12])cylinder(h = 4, r = 3, $fn=80);
rotate ([0,0,240]) translate ([15,0,12])cylinder(h = 4, r = 3, $fn=80);
rotate ([0,0,300]) translate ([15,0,12])cylinder(h = 4, r = 3, $fn=80);
}
rotate ([0,0,0]) translate ([6.5,0,16]) nut_large () ;
rotate ([0,0,60]) translate ([6.5,0,16]) nut_large () ;
rotate ([0,0,120]) translate ([6.5,0,16]) nut_large () ;
rotate ([0,0,180]) translate ([6.5,0,16]) nut_large () ;
rotate ([0,0,240]) translate ([6.5,0,16]) nut_large () ;
rotate ([0,0,300]) translate ([6.5,0,16]) nut_large () ;
}
module nut_large ()
{
translate([-1.2,-0.8,0]) cube ([2.4,1.6,1]);
rotate ([0,0,60])translate([-1.2,-0.8,0]) cube ([2.4,1.6,1]);
rotate ([0,0,120])translate([-1.2,-0.8,0]) cube ([2.4,1.6,1]);
}
hub ();
If some kind person on your side of the pond or maybe someone local has a printer they can print some off for you?
Best regards
Alwyn