Add rotation to 3 newest models

This commit is contained in:
mmcwilliams 2017-10-08 16:51:25 -04:00
parent dcca1b0182
commit b66cff8d5c
3 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,5 @@
$fn = 90;
time=0;
//NOT RECOMMENDED FOR PLA OR ABS
module key () {
@ -111,4 +112,4 @@ module bolex_rewind_key ( DECOYS = false) {
}
}
bolex_rewind_key();
rotate([0, 0, time]) bolex_rewind_key();

View File

@ -1,4 +1,6 @@
$fn = 90;
time = 0;
include <./knurledFinishLib_v2.scad>;
module bolex_rewind_knurled_handle () {
@ -25,5 +27,7 @@ module bolex_rewind_knurled_handle_SPLIT (piece = 0) {
}
}
bolex_rewind_knurled_handle_SPLIT(0);
translate([10, 0, 0]) bolex_rewind_knurled_handle_SPLIT(1);
rotate([0, 0, time]) {
bolex_rewind_knurled_handle_SPLIT(0);
translate([10, 0, 0]) bolex_rewind_knurled_handle_SPLIT(1);
}

View File

@ -1,3 +1,5 @@
time=0;
module cmount_rear_cap () {
$fn = 200;
ID = 25.26;
@ -10,4 +12,4 @@ module cmount_rear_cap () {
}
}
cmount_rear_cap();
rotate([0, 0, time]) cmount_rear_cap();