Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/offset.scad
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include <../utils/core/core.scad>
module offset_3D(r, chamfer_base = false) { //! Offset 3D shape by specified radius `r`, positive or negative.
module ball(r)
if(chamfer_base)
rotate_extrude()
rotate_extrude(start=0)
intersection() {
rotate(180)
teardrop(0, r);
Expand Down