wam3d 14
wam3d
@wam3d
published a new model March 2, 2023 at 5:23 PM
March 2, 2023 at 5:23 PM

I love the design.. changed a few parameters on the openScad file and also printed a lid! (edited)

Ctrl + Enter to send Enter to add a new line
wam3d 14
wam3d
@wam3d
published a new model February 22, 2023 at 4:59 PM
February 22, 2023 at 4:59 PM

This seems to be far too large for my driver and bit holder. The handle for mine is roughly 23mm in diameter, but this model seems much larger than that. I can't get the SCAD file to open without errors so I can't edit it either.

Ctrl + Enter to send Enter to add a new line
wam3d 14
wam3d
@wam3d
published a new model February 10, 2023 at 6:27 PM
February 10, 2023 at 6:27 PM

Ctrl + Enter to send Enter to add a new line
wam3d 14
wam3d
@wam3d
published a new model February 9, 2023 at 11:23 PM
February 9, 2023 at 11:23 PM

Ctrl + Enter to send Enter to add a new line
wam3d 14
wam3d
@wam3d
published a new model December 15, 2022 at 6:01 PM
December 15, 2022 at 6:01 PM

Ctrl + Enter to send Enter to add a new line
wam3d 14
wam3d
@wam3d
published a new model December 15, 2022 at 5:11 PM
December 15, 2022 at 5:11 PM

the one function used out of wamber_lib.scad is ChopBottom, which is pretty simple to drop in and use [ugh, sorry for lack of formatting, apparently comments aren't in markdown or any other whitespace-preserving format]

/* Chops the children off at the specified Z offset (default the z=0 plane).
*/
module ChopBottom(z_offset=0, size=1000) {
difference() {
translate([0,0,z_offset])
children();
translate([0, 0, -.5 * size])
cube([size, size, size], center=true);
}
}

Ctrl + Enter to send Enter to add a new line
wam3d 14
wam3d
@wam3d
published a new model October 19, 2022 at 4:21 PM
October 19, 2022 at 4:21 PM
NSFW

Ctrl + Enter to send Enter to add a new line
wam3d 14
wam3d
@wam3d
published a new model October 19, 2022 at 12:02 AM
October 19, 2022 at 12:02 AM

Ctrl + Enter to send Enter to add a new line
All items loaded