Compare commits
No commits in common. "71f5764de53f3d810cfd7b2e9ea7c73e170cab75" and "d81e35a980e356f9b8694ebf366f12c6c5d00cbd" have entirely different histories.
71f5764de5
...
d81e35a980
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# 16mm Sprocketed Roller
|
# 16mm Sprocketed Roller
|
||||||
|
|
||||||
![16mm Sprocketed Roller](./16mm_sprocketed_roller.jpg)
|
![16mm Sprocketed Roller](./16mm_sprocketed_roller.png)
|
||||||
|
|
||||||
This is a (soon-to-be) parametric sprocketed roller for 16mm film. Modeled after the rollers on the JK optical printer gate, it's designed for actively moving film. It requires a high-detail printer to make in a useful form.
|
This is a (soon-to-be) parametric sprocketed roller for 16mm film. Modeled after the rollers on the JK optical printer gate, it's designed for actively moving film. It requires a high-detail printer to make in a useful form.
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -3,13 +3,3 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# 2inch Core for 16mm
|
# 2inch Core for 16mm
|
||||||
|
|
||||||
![2inch Core for 16mm](./2in_core.jpg)
|
|
||||||
|
|
||||||
2in/50mm core for 16mm film.
|
|
||||||
|
|
||||||
### [Download STL](./2in_core.stl/download)
|
|
||||||
|
|
||||||
### [Download SCAD](./2in_core.scad/download)
|
|
||||||
|
|
||||||
### [Buy on Shapeways](https://links.sixteenmillimeter.com/rkmDG9pD)
|
|
|
@ -2,16 +2,16 @@
|
||||||
MATERIAL="iron_metal"
|
MATERIAL="iron_metal"
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Bolex Rewind Key
|
# 16mm Sprocketed Roller
|
||||||
|
|
||||||
![Bolex Rewind Key](./bolex_rewind_key.jpg)
|
![16mm Sprocketed Roller](./16mm_sprocketed_roller.png)
|
||||||
|
|
||||||
Related to:
|
This is a (soon-to-be) parametric sprocketed roller for 16mm film. Modeled after the rollers on the JK optical printer gate, it's designed for actively moving film. It requires a high-detail printer to make in a useful form.
|
||||||
|
|
||||||
* [bolex_rewind_key_handle](../bolex_rewind_key_handle)
|
Something that's being tried, with the [elmo_cl_sprocketed_roller_sprocket_disc](../elmo_cl_sprocketed_roller_sprocket_disc) model, is creating a two-material design.
|
||||||
|
|
||||||
### [Download STL](./bolex_rewind_key.stl/download)
|
### [Download STL](./16mm_sprocketed_roller.stl/download)
|
||||||
|
|
||||||
### [Download SCAD](./bolex_rewind_key.scad/download)
|
### [Download SCAD](./16mm_sprocketed_roller.scad/download)
|
||||||
|
|
||||||
### [Buy on Shapeways](https://links.sixteenmillimeter.com/7Uxx0FE8)
|
### [Buy on Shapeways](https://links.sixteenmillimeter.com/7Uxx0FE8)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 498 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
|
@ -1,4 +1,5 @@
|
||||||
$fn = 90;
|
$fn = 90;
|
||||||
|
time=0;
|
||||||
//NOT RECOMMENDED FOR PLA OR ABS
|
//NOT RECOMMENDED FOR PLA OR ABS
|
||||||
|
|
||||||
module key () {
|
module key () {
|
||||||
|
@ -111,4 +112,4 @@ module bolex_rewind_key ( DECOYS = false) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bolex_rewind_key();
|
rotate([0, 0, time]) bolex_rewind_key();
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
<!---
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Bolex Rewind Key Handle
|
|
||||||
|
|
||||||
![Bolex Rewind Key Handle](./bolex_rewind_key.jpg)
|
|
||||||
|
|
||||||
Related to:
|
|
||||||
* [bolex_rewind_key](../bolex_rewind_key)
|
|
||||||
|
|
||||||
### [Download STL](./bolex_rewind_key_handle.stl/download)
|
|
||||||
|
|
||||||
### [Download SCAD](./bolex_rewind_key_handle.scad/download)
|
|
||||||
|
|
||||||
### [Buy on Shapeways](https://links.sixteenmillimeter.com/PDecL31O)
|
|
Binary file not shown.
After Width: | Height: | Size: 896 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
|
@ -1,7 +1,7 @@
|
||||||
$fn = 90;
|
$fn = 90;
|
||||||
time = 0;
|
time = 0;
|
||||||
|
|
||||||
include <../libraries/knurledFinishLib_v2.scad>;
|
include <../../libraries/knurledFinishLib_v2.scad>;
|
||||||
|
|
||||||
module bolex_rewind_knurled_handle () {
|
module bolex_rewind_knurled_handle () {
|
||||||
difference () {
|
difference () {
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"buy" : "https://links.sixteenmillimeter.com/PDecL31O"
|
||||||
|
}
|
Loading…
Reference in New Issue