Merge pull request #117 from AberDerBart/master

Fix rounded_cherry stem to properly use $stem_inner_slop
This commit is contained in:
Bob 2022-02-21 13:24:19 -05:00 committed by GitHub
commit 4766e3eca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ module rounded_cherry_stem(depth, slop, throw) {
// inside cross
// translation purely for aesthetic purposes, to get rid of that awful lattice
inside_cherry_cross(slop);
inside_cherry_cross($stem_inner_slop);
}
}