Chieftain Mk V scratch build

User avatar
midlife306
Warrant Officer 1st Class
Posts: 2238
Joined: Sun Aug 27, 2017 10:34 am

Re: Chieftain Mk V scratch build

Post by midlife306 »

Bloody hell Alwyn, you’ve been busy!!!


Sent from my iPhone using Tapatalk
User avatar
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Chieftain Mk V scratch build

Post by AlwynTurner »

Yup I've already used a kg of filament on this build, and I've just ordered another as I only have about 100m of filament left on this roll.

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
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Chieftain Mk V scratch build

Post by AlwynTurner »

Made some progress with the upper hull, wired up the headlights an fitted them.
Image
Fitted the bits and pieces to the front of the hull, mounted the tool boxes temporarily, now it's starting to look like a tank
Image
Image
Image
and with the lower hull
Image
Image

I'm trying to manufacture a shroud for between the barrel and the barrel pivot using some soft wire and some 50mm heatshrink
Image

I'm not sure if that will work with the recoil, but I couldn't figure out how to do a 'canvas' shroud that would cover that area, I know the real tank had a canvas cover there.

I'm just printing the drivers hatch, and then it's on with mounting the gun (I've been subconsciously avoiding that job as it's going to be a bit of a fiddle to get into the tight space in the turret and also make the whole mechanism stripable for maintenance). On this job glue is not going to be an option!

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
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Chieftain Mk V scratch build

Post by AlwynTurner »

Drivers hatch done
Image
Image

Alwyn :thumbup: :wave:
Last edited by AlwynTurner on Fri Aug 17, 2018 9:17 am, edited 1 time in total.
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
B_Man
Corporal
Posts: 490
Joined: Fri Apr 03, 2009 1:23 pm
Location: Yass, NSW, Australia

Re: Chieftain Mk V scratch build

Post by B_Man »

It's all coming together Alwyn, great work. :thumbup:

For the canvas you could try scraps of fabric. I was never happy with the stock shroud on my T-55 so made a replacement from an old work shirt and painted it. The paint gave it a bit more body and it came out much nicer than the nylon original.
User avatar
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Chieftain Mk V scratch build

Post by AlwynTurner »

Well the reality of mounting the barrel in the turret proved much less of a problem than I had been dreading (probably like most things in life - imagination can sometimes be your enemy!).

prepared the mounting bracket
Image
screwed everything together (very fiddly)
Image
Image
and one tank with a mounted barrel
Image
Image

Simples!

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: Chieftain Mk V scratch build

Post by wibblywobbly »

Alwyn, you could save yourself some typing. The 'hull' command creates any shape you want, you just define the corners using cubes, sphere's, or cylinders. Taking your hatch as an example:
module drivershatch ()
{
$fn=100;
union ()
{
hull()//top
{
translate ([22,-12,-7.5])cylinder(3,r=7.25);
translate ([22,12,-7.5])cylinder(3,r=7.25);
translate ([6,-15.5,-7.5])cylinder(3,r=3.75);
translate ([6,15.5,-7.5])cylinder(3,r=3.75);
}
hull()//hinge
{
translate ([6,21.5,-7.5])cylinder(3,r=3.75);
translate ( [4.8,14,-7.5] ) rotate ([0,0,20]) cube ([7.5,7.5,3]);
}
translate ([6,21.5,-7.5])cylinder(16,r=1.1);
}
hull()//inner
{
translate ([21,-11,-7.5])cylinder(6,r=7.25);
translate ([21,11,-7.5])cylinder(6,r=7.25);
translate ([7,-14.5,-7.5])cylinder(6,r=3.75);
translate ([7,14.5,-7.5])cylinder(6,r=3.75);
}
}
drivershatch ();
If you just want a cube with rounded corners then:
$fn=50;
minkowski()
{
cube([10,10,1]);
cylinder(r=2,h=1);
}
:thumbup:
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: Chieftain Mk V scratch build

Post by AlwynTurner »

Thanks Rob, I'm just exploring the mysteries of hull and minkowski, it should save me loads of design. :thumbup:

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
AlwynTurner
2nd Lieutenant
Posts: 2654
Joined: Thu Oct 23, 2014 10:47 am
Location: Chapel-en-le-Frith, Derbyshire

Re: Chieftain Mk V scratch build

Post by AlwynTurner »

Here's the turret infra-red searchlight unit

Image
Image

Alwyn :thumbup: :wave:
Last edited by AlwynTurner on Fri Aug 17, 2018 9:18 am, edited 1 time in total.
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
midlife306
Warrant Officer 1st Class
Posts: 2238
Joined: Sun Aug 27, 2017 10:34 am

Re: Chieftain Mk V scratch build

Post by midlife306 »

Awesome Alwyn, it’s frustrating being away from home boooo...


Sent from my iPhone using Tapatalk
Post Reply

Return to “Chieftain”