cordhook ws

This commit is contained in:
finn 2024-09-29 15:07:01 -07:00
parent 7b4e0f5a67
commit 0dccf51391

View File

@ -44,7 +44,7 @@ difference(){
} }
// minus: // minus:
translate([cos(degSlot) * bigD/2, sin(degSlot) * bigD/2, 0]){ translate([cos(degSlot) * bigD/2, sin(degSlot) * bigD/2, 0]){
cylinder(d = cdLoop, 55, center = true); cylinder(d = cdLoop, 55, center = true);
} }