Update all references to common.scad to use the shared module

This commit is contained in:
Matt McWilliams 2025-02-12 22:51:43 -05:00
parent 344e367cd9
commit b43e97bad4
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
// Arri-S Animation Motor // Arri-S Animation Motor
include <./common.scad>; include <./common/common.scad>;
include <./takeup.scad>; include <./takeup.scad>;
include <./bellows.scad>; include <./bellows.scad>;

View File

@ -1,4 +1,4 @@
include <common.scad>; include <./common/common.scad>;
// Using a Tower Pro SG-5010 servo // Using a Tower Pro SG-5010 servo

View File

@ -1,4 +1,4 @@
include <common.scad>; include <./common/common.scad>;
IN = 25.4; IN = 25.4;
/** /**
* Parametric measurement bar to attach to rails * Parametric measurement bar to attach to rails

View File

@ -1,5 +1,5 @@
include <common.scad>; include <./common/common.scad>;
include <daylight_spool_mount.scad>; include <./daylight_spool_mount.scad>;
COUPLING_D = 37; COUPLING_D = 37;