Update Readme and add new Icon from Jill Kitten
http://forum.freecadweb.org/viewtopic.php?f=3&t=12878&start=30#p112376
This commit is contained in:
@@ -2,8 +2,9 @@ a gearmodule for freecad
|
||||
---------------------------
|
||||
|
||||
* install:
|
||||
* use only with FreeCAD version > 0.16
|
||||
* git clone https://github.com/looooo/FCGear.git
|
||||
* link or copy the FCgear into /freecad/Mod (sudo ln -s (path_to_FCGear) (path_to_freecad)/Mod
|
||||
* link or copy the folder into /freecad/Mod (sudo ln -s (path_to_FCGear) (path_to_freecad)/Mod
|
||||
|
||||
|
||||
* create a gear:
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 21 KiB |
12881
gear_rc.py
12881
gear_rc.py
File diff suppressed because one or more lines are too long
@@ -19,7 +19,6 @@
|
||||
#* *
|
||||
#***************************************************************************
|
||||
|
||||
from __future__ import division
|
||||
from __future__ import division
|
||||
from numpy import cos, sin, arccos, pi, array, linspace, transpose, vstack
|
||||
from ._functions import rotation, reflection
|
||||
|
||||
Reference in New Issue
Block a user