Morris Quad

All things 3D printing. Printers, design, CAD, hints and tips, models built.
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Morris Quad

Post by wibblywobbly »

Not silly at all, I tried that myself, but the shafts, when straight, are too long to fit between the gearbox and the transmission housings. they can't even be shortened to fit because of the way that they are designed. The quad is a very short wheelbase vehicle and quite obviously did not liaise with Heng Long when they designed it. :D

The shell took around 30 hours to print, I am currently finalising the chassis length and spring mounts to fit, which is not easy as the HL wheels are 10mm oversize and everything is a precise scale fit. I will have to find some 60mm dia tyres and print wheels I reckon.
Attachments
IMG_20171222_162754.jpg
Tiger 1 Late
Panther G
King Tiger
M36 B1
User avatar
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Morris Quad

Post by AlwynTurner »

There you go Rob
https://www.ebay.co.uk/itm/Lego-Technic ... SwHMJYOxU0

I've already done the wheel design to fit and posted it.
downloads/

Cheers
Alwyn :thumbup: :wave:
YOU'RE NEVER TOO OLD TO HAVE A HAPPY CHILDHOOD!

Saladin scratchbuild, Matilda scratchbuild, Churchill scratchbuild, Crusader scratchbuild, M10 Achiĺles scratchbuild, Universal Carrier scratchbuild
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Morris Quad

Post by wibblywobbly »

Thanks for the tyre link, they are as near as dammit, so I ordered them. I have already done scale wheels so I will just alter those to take these tyres, you are a lifesaver!! :thumbup: :thumbup: :thumbup:
Attachments
Screenshot from 2017-12-22 17-02-09.png
Screenshot from 2017-12-22 17-02-09.png (14.95 KiB) Viewed 869 times
Tiger 1 Late
Panther G
King Tiger
M36 B1
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Morris Quad

Post by wibblywobbly »

Tidied up the rough edges and printed the radiator, The chassis mods are coming along, just the rear to chop off. Esc on order, as are Lego wheels, but due to the festering period I doubt I will get those for at least a week.

I can get on with all of the other brackets, towbars etc in the meantime.
Attachments
IMG_20171222_211201.jpg
IMG_20171222_211151.jpg
Tiger 1 Late
Panther G
King Tiger
M36 B1
User avatar
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Morris Quad

Post by AlwynTurner »

Absolutely awesome 8O :clap: :clap:

Alwyn :thumbup: :wave:
YOU'RE NEVER TOO OLD TO HAVE A HAPPY CHILDHOOD!

Saladin scratchbuild, Matilda scratchbuild, Churchill scratchbuild, Crusader scratchbuild, M10 Achiĺles scratchbuild, Universal Carrier scratchbuild
User avatar
silversurfer1947
Lieutenant
Posts: 3337
Joined: Tue Oct 27, 2015 9:54 pm
Location: Bristol, UK

Re: Morris Quad

Post by silversurfer1947 »

I expect you have thought of this as well, but could you fit some sort of transfer box, like is fitted in my Puma?
Richard
Tamiya Tiger 1, Taigen FlakPanzer IV,Torro M16 half-track, Tamiya Panther,WSN/Torro T34,Taigen M41 Bulldog,H/l/Taigen Sherman M4A3,H/L T90, Haya M3 Grant, Metal Origins 234/2 Puma, Nashorn by Alwyn. I was only going to have one tank - honest! :D
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Morris Quad

Post by wibblywobbly »

Now I know that you are only sending messages to remind me that you are in Italy and I am living next to a damned building site!

I reckon it will run ok as a 2WD, it's not as if it is pulling a huge amount of weight or going off road. I am not particularly concerned about performance as with the trailers attached it sure as hell won't be going very fast, or far! lol.
Tiger 1 Late
Panther G
King Tiger
M36 B1
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Morris Quad

Post by wibblywobbly »

Alwyn pointed me at his Lego wheel, so many thanks for that, I don't have one here yet to take measurements from. I rejigged the Openscad code so that I have a base to work from to design a Quad truck wheel. So this is my new starting point. Same wheel (but with 4 spokes) and less code.
hub();
//**************************
module hub () {
$fn=100;
difference(){
difference (){
union () {
translate ([0,0,-3])cylinder(18,17,17);
translate ([0,0,-3])cylinder(1.5,19,19);
translate ([0,0,13.5])cylinder(1.5,19,19);
translate ([0,0,0])cylinder(1.5,21.5,21.5);
translate ([0,0,10.5])cylinder(1.5,21.5,21.15);
}
translate ([0,0,-6])cylinder(15,15.5,15.5);
translate ([0,0,11])cylinder(5,15.5,15.5);
translate ([0,0,0])cylinder(16,1.3,1.3);
}
}
difference(){
union(){
translate ([0,0,10.5])cylinder(2,10,9);
translate ([0,0,-3.5])cylinder(19,4,4);
translate([0,0,6])rotate ([0,0,0]) cube ([32,2,8],center=true);
translate([0,0,6])rotate ([0,0,90]) cube ([32,2,8],center=true);
}
translate([0,0,-4.9])rotate([0,0,30])cylinder(30,3.5,3.5,$fn=6,center=true);
translate ([0,0,0])cylinder(16,1.3,1.3);
translate ([0,0,11])cylinder(16,2.7,2.7);
}
}
Tiger 1 Late
Panther G
King Tiger
M36 B1
User avatar
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Morris Quad

Post by AlwynTurner »

Hi Rob, is there a typo in the third to last line, 30 degree rotation on the cylinder?

Alwyn :thumbup: :wave:
YOU'RE NEVER TOO OLD TO HAVE A HAPPY CHILDHOOD!

Saladin scratchbuild, Matilda scratchbuild, Churchill scratchbuild, Crusader scratchbuild, M10 Achiĺles scratchbuild, Universal Carrier scratchbuild
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Morris Quad

Post by wibblywobbly »

No. lol, it is meant to be there.
Tiger 1 Late
Panther G
King Tiger
M36 B1
Post Reply

Return to “3D Printing”