Script for generating film cores for 16mm and 8mm gauge films.
Go to file
Matt McWilliams bf8952a490 Update layout to alternate core colors 2025-02-09 12:22:36 -05:00
img All cores projects merged into a single script. Layout of all cores fore rendering, will need changes. 2025-02-09 09:23:37 -05:00
scad All cores projects merged into a single script. Layout of all cores fore rendering, will need changes. 2025-02-09 09:23:37 -05:00
stl All cores projects merged into a single script. Layout of all cores fore rendering, will need changes. 2025-02-09 09:23:37 -05:00
.gitmodules All cores projects merged into a single script. Layout of all cores fore rendering, will need changes. 2025-02-09 09:23:37 -05:00
LICENSE All cores projects merged into a single script. Layout of all cores fore rendering, will need changes. 2025-02-09 09:23:37 -05:00
README.md Update readme with all individual core links 2025-02-09 09:51:11 -05:00
layout.js Update layout to alternate core colors 2025-02-09 12:22:36 -05:00
meta.json Update layout to alternate core colors 2025-02-09 12:22:36 -05:00
scad.sh All cores projects merged into a single script. Layout of all cores fore rendering, will need changes. 2025-02-09 09:23:37 -05:00

README.md

Film Cores

Film Core for 16mm with 2 inch diameter

Film cores are used wind film for storage, handling, editing or projection. This project contains a script for generating cores of arbitrary diameter, and the standards of 2 inch cores for camera usage and 3 inch cores for projection are included as printable STL files.

This script will generate cores for 16mm, 8mm or 35mm gauge films. These can be used with the split_reel module.

8mm cores are not common or standard but these seem to work.

This script will generate film cores with or without a center partition making them possible to print with no overhangs or support. Keep in that without that center partition this makes for a weaker core and it may buckle under the tension of longer films depending on how it is printed.

Download the source and create an OpenSCAD file in the directory to generate arbitrary size cores as follows.

use <scad/film_core.scad>;

film_core(16, 4 * 25.4, true);

This will generate a 4 inch core for 16mm gauge film with a center partition.

use <scad/film_core.scad>;

film_core(8, 2.5 * 25.4, true);

This will generate a 2.5 inch core for 8mm gauge film without a center partition.

The script can even be used to generate cores for more uncommon gauges, such as Pathé 9.5mm.

use <scad/film_core.scad>;

film_core(9.5, 3 * 25.4, true);

16mm Cores

16mm Core - 2in


8mm Cores

8mm Core - 2in


35mm Cores

35mm Core - 2in