mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
Fix rounded_cherry stem to properly use $stem_inner_slop
This commit is contained in:
parent
ed2ed9c2c7
commit
7ee9e61412
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…
Reference in a new issue