Update for release. Move to scad.sh. Render all parts

This commit is contained in:
Matt McWilliams 2025-02-02 20:21:51 -05:00
parent d1963b0cd6
commit 7e5bc05efe
13 changed files with 229686 additions and 5 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "scad/common"]
path = scad/common
url = https://git.sixteenmillimeter.com/modules/common.git

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

3
scad.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
bash scad/common/scad.sh scad/split_reel.scad "${@}"

1
scad/common Submodule

@ -0,0 +1 @@
Subproject commit 6c223d0fc67c1888429aee60cf68915b9bbaa1ca

View File

@ -189,14 +189,14 @@ module logo_test () {
}
}
PART = "split_reel_16mm_120m_B";
PART = "16mm_120m_B";
if (PART == "split_reel_16mm_120m_A") {
if (PART == "16mm_120m_A") {
split_reel("16mm", 120, "A");
} else if (PART == "split_reel_16mm_120m_B") {
} else if (PART == "16mm_120m_B") {
split_reel("16mm", 120, "B");
} else if (PART == "split_reel_super8_120m_A") {
} else if (PART == "super8_120m_A") {
split_reel("super8", 120, "A");
} else if (PART == "split_reel_super8_120m_B") {
} else if (PART == "super8_120m_B") {
split_reel("super8", 120, "B");
}

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff