type[0] should be the name of the constant.

This commit is contained in:
Chris Palmer 2020-11-13 19:30:46 +00:00
parent ba5e5fa390
commit b01e6a673c

View File

@ -22,9 +22,8 @@
//
// L D d1 d2
SC_5x8_rigid = [ "5x8 rigid", 25, 12.5, 5, 8 ];
SC_5x8_rigid = [ "SC_5x8_rigid", 25, 12.5, 5, 8 ];
shaft_couplings = [SC_5x8_rigid];
use <shaft_coupling.scad>