Reworked animation keyframes
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ module spool(
|
||||
tape_height=in_height;
|
||||
module spool_plate() {
|
||||
$fn = ($preview ? 18 : 100);
|
||||
if (/*!$preview &&*/ spokes > 0 && r_out - r_in > out_rim) {
|
||||
if (spokes > 0 && r_out - r_in > out_rim) {
|
||||
union() {
|
||||
cylinder(h=plate_height, r=r_in + in_rim);
|
||||
intersection() {
|
||||
@@ -42,7 +42,7 @@ module spool(
|
||||
}
|
||||
difference() {
|
||||
cylinder(h=plate_height, r=r_out);
|
||||
cylinder(h=plate_height, r=r_out - out_rim);
|
||||
scale(1.01) cylinder(h=plate_height, r=r_out - out_rim);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user