fixes for customizer
This commit is contained in:
parent
9b668948cd
commit
d32ed1e9c0
1 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,10 @@ thickness = 14;
|
|||
// distance between tear and hole
|
||||
teardist = 2;
|
||||
// 80 for pretty curves; 16 for quick ones
|
||||
FN=80;
|
||||
FN=80*1;
|
||||
|
||||
// distance between the original holes (you may not want to change this)
|
||||
distance = 38;
|
||||
|
||||
zaxisliftrod = sqrt(pow(siderodlength,2) - pow((baserodlength/2),2));
|
||||
|
||||
|
|
@ -44,7 +47,6 @@ toprodangle = asin( (baserodlength/2) / siderodlength ) ;
|
|||
bottomrodangle = acos((baserodlength/2) / siderodlength ) ;
|
||||
//echo ("Bottom rod angle: ", bottomrodangle);
|
||||
|
||||
distance = 38; // distance between the original holes
|
||||
|
||||
// http://www.hhofstede.nl/modules/soscastoa.htm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue