make it work nicer in customizer
This commit is contained in:
parent
d32ed1e9c0
commit
30766361b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue