mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-14 16:19:50 +00:00
Merge pull request #117 from AberDerBart/master
Fix rounded_cherry stem to properly use $stem_inner_slop
This commit is contained in:
commit
4766e3eca6
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ module rounded_cherry_stem(depth, slop, throw) {
|
||||||
|
|
||||||
// inside cross
|
// inside cross
|
||||||
// translation purely for aesthetic purposes, to get rid of that awful lattice
|
// translation purely for aesthetic purposes, to get rid of that awful lattice
|
||||||
inside_cherry_cross(slop);
|
inside_cherry_cross($stem_inner_slop);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue