Update all references to common.scad to use the shared module
This commit is contained in:
parent
344e367cd9
commit
b43e97bad4
|
@ -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>;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue