Downloads

Sort By
Date
File Type
There was a problem rendering this file.
dovetail.scad
1 kb / 78 downloads / 7 months ago
dovetail test.stl
26 kb / 49 downloads / 7 months ago

They Like It

jetty
Sybren
johnnyfp
doncamillo
dreameredeemer
Thav
kenwshmt
FAMULUS
Leonardo
JadeKnight
scanner
Jakezilla3
polymaker
spindle_dev
aubenc
verbalshadow
wulfdesign
swedenmakesthings
MakeALot
Redgeneral
axford
jram
theron
gjbroom
mirk
diw08
danielpublic
Linkreincarnate
7777773
Bartee
rbisping
sgraber
Public Domain
Dovetail modules for openscad by jag is licensed under the Public Domain license.

© 2011 by jag

Instructions

There are 3 relevant modules:

male_dovetail(max_width=11, min_width=5, depth=5, height=30, cutout_width=5, cutout_depth=3.5)
This produces a male dovetail with the dimensions specified. The cutout_width and depth specify the dimensions of a cutout in the center of the dovetail that will hopefully provide some spring or flex to allow them to go together tightly.

female_dovetail((max_width=11, min_width=5, depth=5, height=30, block_width=15, block_depth=9, clearance=0.25)
This produces a block of the specified dimensions with a dovetail cut out of it with an added clearance on three sides.

female_dovetail_negative(max_width=11, min_width=5, depth=5, height=30, clearance=0.25)
This produces the negative of the above module so that you can subtract it from an object.

Comments