1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-09 14:40:44 +02:00

Added more imperial and metric units as requested.

This commit is contained in:
Chris Palmer
2019-06-27 11:10:37 +01:00
parent fbc0b1d27d
commit e386ce7927
3 changed files with 13 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ include <../vitamins/inserts.scad>
foot = [25, 12, 3, 2, M4_cap_screw, 10];
insert_foot = [20, 10, 0, 2, M3_cap_screw, 10];
function foot() = foot; //! Default foot used unless a list of parameters is passed
function insert_foot() = insert_foot; //! Default foot with insert
function foot_diameter(type = foot) = type[0]; //! Outside maximum diameter