Lower pivot point for better slappage

This commit is contained in:
Quinn
2022-01-12 20:25:43 -08:00
parent 64c6d9ebf0
commit e670a3d51f
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ include<round_poly.scad>;
module shape_gate (shape, throw, shaft_r, sharpness = 0) {
function throw_travel(throw) = gate_height * tan(throw);
hull(){
linear_extrude(0.1)
round_poly(shape, shaft_r, 0, sharpness);