-
Notifications
You must be signed in to change notification settings - Fork 63
torx_drive.scad
Revar Desmera edited this page Mar 31, 2019
·
5 revisions
Torx driver bits To use, add these lines to the top of your file:
include <BOSL/constants.scad>
use <BOSL/torx_drive.scad>
Description: Get the typical outer diameter of Torx profile.
Argument | What it does |
---|---|
size |
Torx size. |
Description: Get typical inner diameter of Torx profile.
Argument | What it does |
---|---|
size |
Torx size. |
Description: Gets typical drive hole depth.
Argument | What it does |
---|---|
size |
Torx size. |
Description: Gets minor rounding radius of Torx profile.
Argument | What it does |
---|---|
size |
Torx size. |
Description: Gets major rounding radius of Torx profile.
Argument | What it does |
---|---|
size |
Torx size. |
Description: Creates a torx bit 2D profile.
Argument | What it does |
---|---|
size |
Torx size. |
Example:
torx_drive2d(size=30, $fa=1, $fs=1);
Description: Creates a torx bit tip.
Argument | What it does |
---|---|
size |
Torx size. |
l |
Length of bit. |
center |
If true, centers bit vertically. |
Example:
torx_drive(size=30, l=10, $fa=1, $fs=1);