3D Models/Switch cover

From Noisebridge
Revision as of 00:40, 13 February 2020 by Boredzo (talk | contribs) (Added photo of the print in use.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Actual size: 15 by 12 by 5 mm (interior dimensions).

This is the rectangular cover over the hard power switch on the Creality Ender-3 Pro 3D printer.

This model is an OpenSCAD program. Use OpenSCAD to render this model and export an STL file, which can then feed to your favorite slicer to produce a file compatible with a 3D printer.

x = 12;
y = 15;
h = 5;
t = 2;

difference() {
    cube([x + t * 2, y + t * 2, h + t * 1]);
    translate([t, t, t - 0.01])
    cube([x, y, h + t * 5]);
}

Creality Ender-3 Pro power switch cover.jpg