fix generic torx depths

This commit is contained in:
Adrian Mariano
2022-08-25 22:08:56 -04:00
parent 9b68b8322e
commit 6f83b7d588
2 changed files with 42 additions and 33 deletions

View File

@@ -12,9 +12,9 @@
// FileSummary: ISO (metric) and UTS screws and nuts.
//////////////////////////////////////////////////////////////////////
include <BOSL2/structs.scad>
include <BOSL2/threading.scad>
include <BOSL2/screw_drive.scad>
include <structs.scad>
include <threading.scad>
include <screw_drive.scad>
// Section: Screw Parameters
// This modules in this file create standard ISO (metric) and UTS (English) threaded screws.
@@ -1613,5 +1613,12 @@ m4-m6: +0.22
m8-m12: +0.27
m14-m20: +0.33
intersection() {
cyl(h=2, d=10, anchor=BOT)
attach(TOP) cyl(h=5, d=10, anchor=BOT, texture="trunc_ribs", tex_counts=[31,1], tex_scale=-0.2);
cyl(h=6,d=10, chamfer2=0.5, anchor=BOT);
}
*/