mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
no stem support
This commit is contained in:
parent
925c6c4819
commit
c06b548201
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ module translate_u(x=0, y=0, z=0){
|
|||
translate([x * unit, y*unit, z*unit]) children();
|
||||
}
|
||||
|
||||
module no_stem_support() {
|
||||
$stem_support_type = "disable";
|
||||
children();
|
||||
}
|
||||
|
||||
module brimmed_stem_support(height = 0.4) {
|
||||
$stem_support_type = "brim";
|
||||
$stem_support_height = height;
|
||||
|
|
Loading…
Reference in a new issue