make it work nicer in customizer

This commit is contained in:
Ward Wouts 2014-01-18 11:57:05 +01:00
parent d32ed1e9c0
commit 30766361b2

View file

@ -21,11 +21,11 @@ M6 = 6.5;
// thickness of the part
thickness = 14;
// distance between tear and hole
teardist = 2;
teardist = 2*1;
// 80 for pretty curves; 16 for quick ones
FN=80*1;
// distance between the original holes (you may not want to change this)
// distance between the original holes (you probably do not want to change this)
distance = 38;
zaxisliftrod = sqrt(pow(siderodlength,2) - pow((baserodlength/2),2));