insert modules named correctly in gnal lib
This commit is contained in:
parent
e9ea4d1993
commit
ef5a29812a
|
@ -141,7 +141,7 @@ module spiral_bottom_insert_void () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module spiral_bottom_insert_s8 () {
|
module gnal_spiral_bottom_insert_s8 () {
|
||||||
$fn = 160;
|
$fn = 160;
|
||||||
void_d = 18 - .3;
|
void_d = 18 - .3;
|
||||||
H = 17;
|
H = 17;
|
||||||
|
@ -174,7 +174,7 @@ module spiral_bottom_insert_s8 () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module spiral_bottom_insert_16 () {
|
module gnal_spiral_bottom_insert_16 () {
|
||||||
$fn = 160;
|
$fn = 160;
|
||||||
|
|
||||||
void_d = 18 - .3;
|
void_d = 18 - .3;
|
||||||
|
@ -279,7 +279,7 @@ module gnal_spacer () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module spacer_16 () {
|
module gnal_spacer_16 () {
|
||||||
core_d = 29.5;
|
core_d = 29.5;
|
||||||
core_bottom_d = 26.2 + .2;
|
core_bottom_d = 26.2 + .2;
|
||||||
void_d = 18;
|
void_d = 18;
|
||||||
|
|
Loading…
Reference in New Issue