made chamfer smaller to give it a wider base to print on
This commit is contained in:
parent
cc01b6fb11
commit
d9446e0cae
6 changed files with 22 additions and 22 deletions
|
|
@ -35,7 +35,7 @@ module bezier_extrude(ctrl, shape, mod = function (t) 1, mod_x = function(t) 1,
|
|||
}
|
||||
}
|
||||
|
||||
//some thing to play arounf with
|
||||
//some thing to play around with
|
||||
shape = [[0,0.5],[0.8,0],[0.5,-1],[-0.5,-1],[-0.8,0]];
|
||||
ctrl = [[0,0],[0,20],[20,20],[20,0]];
|
||||
wave1 = function (x) 0.75+0.25*cos(8*360*x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue