update readme
This commit is contained in:
@@ -12,7 +12,10 @@ __python > 3 (for python2 use branch py2)__
|
||||
* Shifting
|
||||
* Helical
|
||||
* Double Helical
|
||||
* Undercut
|
||||
* Undercut
|
||||
|
||||

|
||||
|
||||
|
||||
### Involute Rack
|
||||
|
||||
|
||||
BIN
examples/involute-double-helical-gear.png
Normal file
BIN
examples/involute-double-helical-gear.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
@@ -128,7 +128,7 @@ def trimfunc(l1, l2):
|
||||
l2 == [l2[0]]
|
||||
else:
|
||||
l2 = l2[jk::-1]
|
||||
return(array([vstack([l1, [s]]), vstack([[s], l2])]))
|
||||
return([vstack([l1, [s]]), vstack([[s], l2])])
|
||||
j0 = j
|
||||
jk += 1
|
||||
i0 = i
|
||||
|
||||
Reference in New Issue
Block a user