Comment to preserve sanity: the seemingly-duplicate module "spiral_bottom_insert_single" is NOT the same as the Super8 insert: it has a different threading for a different screw.
This commit is contained in:
parent
9b99318412
commit
d915f255dc
|
@ -275,6 +275,12 @@ module gnal_spiral_bottom_insert_16 () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Comment to preserve my sanity when developing: This single-spiral
|
||||||
|
* insert is the same height as the s8 insert but has a different
|
||||||
|
* diameter void fo the screw to prevent mismatching of spindle screws
|
||||||
|
* designed for different purposes.
|
||||||
|
**/
|
||||||
module gnal_spiral_bottom_insert_single () {
|
module gnal_spiral_bottom_insert_single () {
|
||||||
$fn = 160;
|
$fn = 160;
|
||||||
void_d = 18 - .3;
|
void_d = 18 - .3;
|
||||||
|
|
Loading…
Reference in New Issue