Compare commits
6 Commits
d81e35a980
...
71f5764de5
Author | SHA1 | Date |
---|---|---|
Matt McWilliams | 71f5764de5 | |
Matt McWilliams | c537278b43 | |
Matt McWilliams | e5bd11be3a | |
Matt McWilliams | 7c0ccf54fd | |
Matt McWilliams | d3558966ce | |
Matt McWilliams | 9401e3dc09 |
|
@ -4,7 +4,7 @@
|
|||
|
||||
# 16mm Sprocketed Roller
|
||||
|
||||
![16mm Sprocketed Roller](./16mm_sprocketed_roller.png)
|
||||
![16mm Sprocketed Roller](./16mm_sprocketed_roller.jpg)
|
||||
|
||||
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.
Before Width: | Height: | Size: 32 KiB |
|
@ -3,3 +3,13 @@
|
|||
-->
|
||||
|
||||
# 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"
|
||||
-->
|
||||
|
||||
# 16mm Sprocketed Roller
|
||||
# Bolex Rewind Key
|
||||
|
||||
![16mm Sprocketed Roller](./16mm_sprocketed_roller.png)
|
||||
![Bolex Rewind Key](./bolex_rewind_key.jpg)
|
||||
|
||||
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.
|
||||
Related to:
|
||||
|
||||
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.
|
||||
* [bolex_rewind_key_handle](../bolex_rewind_key_handle)
|
||||
|
||||
### [Download STL](./16mm_sprocketed_roller.stl/download)
|
||||
### [Download STL](./bolex_rewind_key.stl/download)
|
||||
|
||||
### [Download SCAD](./16mm_sprocketed_roller.scad/download)
|
||||
### [Download SCAD](./bolex_rewind_key.scad/download)
|
||||
|
||||
### [Buy on Shapeways](https://links.sixteenmillimeter.com/7Uxx0FE8)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 498 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,5 +1,4 @@
|
|||
$fn = 90;
|
||||
time=0;
|
||||
//NOT RECOMMENDED FOR PLA OR ABS
|
||||
|
||||
module key () {
|
||||
|
@ -112,4 +111,4 @@ module bolex_rewind_key ( DECOYS = false) {
|
|||
}
|
||||
}
|
||||
|
||||
rotate([0, 0, time]) bolex_rewind_key();
|
||||
bolex_rewind_key();
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<!---
|
||||
|
||||
-->
|
||||
|
||||
# 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.
Before Width: | Height: | Size: 896 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB |
|
@ -1,7 +1,7 @@
|
|||
$fn = 90;
|
||||
time = 0;
|
||||
|
||||
include <../../libraries/knurledFinishLib_v2.scad>;
|
||||
include <../libraries/knurledFinishLib_v2.scad>;
|
||||
|
||||
module bolex_rewind_knurled_handle () {
|
||||
difference () {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"buy" : "https://links.sixteenmillimeter.com/PDecL31O"
|
||||
}
|
Loading…
Reference in New Issue