mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
Merge pull request #11 from rsheldiii/artisan-needs-depth
artisan() needs depth
This commit is contained in:
commit
38e30689d4
@ -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