Update with new position
This commit is contained in:
parent
2112f6a61e
commit
6738a4ca7e
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 |
|
@ -6,7 +6,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "bolex_rewind_key_handle",
|
"name" : "bolex_rewind_key_handle",
|
||||||
"material" : "gray_plastic2"
|
"material" : "gray_plastic2",
|
||||||
|
"position" : {
|
||||||
|
"x" : 10,
|
||||||
|
"y" : 0,
|
||||||
|
"z" : -6
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"src" : [
|
"src" : [
|
||||||
|
|
|
@ -128,6 +128,6 @@ PART = "bolex_rewind_key_handle";
|
||||||
if (PART == "bolex_rewind_key") {
|
if (PART == "bolex_rewind_key") {
|
||||||
bolex_rewind_key();
|
bolex_rewind_key();
|
||||||
} else if (PART == "bolex_rewind_key_handle") {
|
} else if (PART == "bolex_rewind_key_handle") {
|
||||||
bolex_rewind_knurled_handle_SPLIT(0);
|
translate([-5, 0, 0]) 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(1);
|
||||||
}
|
}
|
||||||
|
|
13912
stl/bolex_rewind_key.stl
13912
stl/bolex_rewind_key.stl
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue