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:
looooo
2016-01-30 19:24:56 +01:00
parent fbf1dda6b5
commit fa16fce5e9
4 changed files with 261 additions and 12937 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long

View File

@@ -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