mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-03-22 22:36:37 +00:00
artisan() needs depth
also translate([x,y,x]) where _any_ argument is undef silently translates nowhere
This commit is contained in:
parent
60d92f62a8
commit
cbfba43077
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ module key(inset = false) {
|
||||||
keytop();
|
keytop();
|
||||||
if($key_bump) top_of_key() keybump($key_bump_depth, $key_bump_edge);
|
if($key_bump) top_of_key() keybump($key_bump_depth, $key_bump_edge);
|
||||||
// additive objects at the top of the key
|
// additive objects at the top of the key
|
||||||
if(!inset) artisan() children();
|
if(!inset) artisan(0) children();
|
||||||
// render the clearance check if it's enabled, but don't have it intersect with anything
|
// render the clearance check if it's enabled, but don't have it intersect with anything
|
||||||
if ($clearance_check) %clearance_check();
|
if ($clearance_check) %clearance_check();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue