Introducing the Colour Maximite 2


Author Message
Chopperp

Guru

Joined: 03/01/2018
Location: Australia
Posts: 1130
Posted: 12:35am 15 Jun 2020      

Hi,

I was fitting 3D printed 5mm high standoffs to mount the CMM2 board, then I realised I could make some that fit over the exiting mounts, making mounting the board easier, so I did.

4 rough & ready pieces produced & fitted as shown below. Worked well.

I had also 3D printed the two panels. Front printed at 0.2mm layer height was average. The rear printed at 0.1mm was a bit better






Simple SCAD code for one standoff

translate([0,0,0]){
   difference(){
   cylinder(h = 4, d = 7.5, $fn = 180, center = false);
   translate ([0,0,-0.1])
   cylinder(h= 5.2, d = 5.5, $fn = 180, center = false);
               }}
translate([0,0,4]){
   difference(){
   cylinder(h = 5, d = 7, $fn = 180, center = false);
   translate ([0,0,-0.1])
   cylinder(h = 5.2, d = 3.5, $fn = 180, center = false);
               }}