

Here's the scad
********************************************
module fillercaps()// x2
{
$fn=60;
difference() {
union() {
intersection() {
translate([0,0,0])cylinder(5,12,2);
translate([0,0,-2.5])sphere(5);
}
translate([-6,2,-0.5]) rotate([0,-8,0]) cube([6,1,1.5]);
translate([-6,-3,-0.5]) rotate([0,-8,0]) cube([6,1,1.5]);
translate([-5.6,-1.5,-1]) rotate([0,0,0]) cube([1.3,3,2]);
translate([-5,3,0.5])rotate([90,0,0])cylinder(6,0.4,0.4);
translate([0,2,0.25]) rotate([0,8,0]) cube([6,1,1.5]);
translate([0,-3,0.25]) rotate([0,8,0]) cube([6,1,1.5]);
translate([5,4,0.5])rotate([90,0,0])cylinder(7,0.4,0.4);
translate([5,3.75,0.5])rotate([0,90,0])cylinder(2,0.4,0.4);
}
translate([-7.5,-5,-2])cube([15,10,2]);
}
}
fillercaps();
//copyright Alwyn Turner 2018
I couldn't resist any longer, now the last piece is glued to the hull, I had to put a coat of paint on

Now it's starting to look like a Centurion.
next is the finishing of the back of the tank
Alwyn

