mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +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
@ -274,7 +274,7 @@ module key(inset = false) {
|
||||
keytop();
|
||||
if($key_bump) top_of_key() keybump($key_bump_depth, $key_bump_edge);
|
||||
// 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
|
||||
if ($clearance_check) %clearance_check();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user