Better pose for pulley test so screws can be seen.

This commit is contained in:
Chris Palmer 2021-01-10 11:49:32 +00:00
parent 1a55a08c59
commit a8b634de39
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -23,7 +23,7 @@ include <../vitamins/pulleys.scad>
module pulleys() module pulleys()
layout([for(p = pulleys) pulley_flange_dia(p)]) layout([for(p = pulleys) pulley_flange_dia(p)])
rotate(-45) rotate(-145)
pulley_assembly(pulleys[$i]); pulley_assembly(pulleys[$i]);
if($preview) if($preview)