diff --git a/libtest.png b/libtest.png index b491b59..85e5589 100644 Binary files a/libtest.png and b/libtest.png differ diff --git a/tests/png/screws.png b/tests/png/screws.png index 94f3878..87078ad 100644 Binary files a/tests/png/screws.png and b/tests/png/screws.png differ diff --git a/tests/screws.scad b/tests/screws.scad index 1376fd3..7da801a 100644 --- a/tests/screws.scad +++ b/tests/screws.scad @@ -52,7 +52,7 @@ module screws() { screw(screw, length); } } - translate([80, 20]) + translate([20, 40, -15]) polysink_stl(); }