diff --git a/tests/png/pulleys.png b/tests/png/pulleys.png index 5f8c5e1..c3cc4e7 100644 Binary files a/tests/png/pulleys.png and b/tests/png/pulleys.png differ diff --git a/tests/pulleys.scad b/tests/pulleys.scad index a28a21b..0e7ad95 100644 --- a/tests/pulleys.scad +++ b/tests/pulleys.scad @@ -23,7 +23,7 @@ include <../vitamins/pulleys.scad> module pulleys() layout([for(p = pulleys) pulley_flange_dia(p)]) - rotate(-45) + rotate(-145) pulley_assembly(pulleys[$i]); if($preview)