Fix rounded_cherry stem to properly use $stem_inner_slop

This commit is contained in:
Jonas Grosse-Holz 2021-09-27 20:43:42 +02:00
parent ed2ed9c2c7
commit 7ee9e61412
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);
}
}