Update with new position

This commit is contained in:
mmcwilliams 2024-08-25 11:15:49 -04:00
parent 2112f6a61e
commit 6738a4ca7e
6 changed files with 19804 additions and 19799 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -6,7 +6,12 @@
},
{
"name" : "bolex_rewind_key_handle",
"material" : "gray_plastic2"
"material" : "gray_plastic2",
"position" : {
"x" : 10,
"y" : 0,
"z" : -6
}
}
],
"src" : [

View File

@ -128,6 +128,6 @@ PART = "bolex_rewind_key_handle";
if (PART == "bolex_rewind_key") {
bolex_rewind_key();
} else if (PART == "bolex_rewind_key_handle") {
bolex_rewind_knurled_handle_SPLIT(0);
translate([10, 0, 0]) bolex_rewind_knurled_handle_SPLIT(1);
translate([-5, 0, 0]) bolex_rewind_knurled_handle_SPLIT(0);
translate([5, 0, 0]) bolex_rewind_knurled_handle_SPLIT(1);
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff