mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-23 05:34:23 +00:00
no stem support
This commit is contained in:
parent
925c6c4819
commit
c06b548201
@ -7,6 +7,11 @@ module translate_u(x=0, y=0, z=0){
|
|||||||
translate([x * unit, y*unit, z*unit]) children();
|
translate([x * unit, y*unit, z*unit]) children();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module no_stem_support() {
|
||||||
|
$stem_support_type = "disable";
|
||||||
|
children();
|
||||||
|
}
|
||||||
|
|
||||||
module brimmed_stem_support(height = 0.4) {
|
module brimmed_stem_support(height = 0.4) {
|
||||||
$stem_support_type = "brim";
|
$stem_support_type = "brim";
|
||||||
$stem_support_height = height;
|
$stem_support_height = height;
|
||||||
|
Loading…
Reference in New Issue
Block a user