Reworked animation keyframes

This commit is contained in:
Dejvino
2020-12-31 14:15:57 +01:00
parent c25bf961e5
commit 9eac93893c
4 changed files with 29 additions and 14 deletions
+2 -2
View File
@@ -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 {