-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from luzpaz/typos
Typos and wiki URL fixes
- Loading branch information
Showing
19 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# FreeCAD-macros | ||
A repository for the FreeCAD macros from http://www.freecadweb.org/wiki/index.php?title=Macros_recipes | ||
A repository for the FreeCAD macros from http://www.freecadweb.org/wiki/Macros_recipes | ||
|
||
To submit a macro, fork this repository, push to your repository, write a pull request, and get thanked. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ Macro to generate screws with FreeCAD. | |
""" | ||
|
||
__Comment__ = 'Generate a screw' | ||
__Web__ = 'http://freecadweb.org/wiki/index.php?title=Macro_screw_maker1_2' | ||
__Wiki__ = 'http://freecadweb.org/wiki/index.php?title=Macro_screw_maker1_2' | ||
__Web__ = 'http://freecadweb.org/wiki/Macro_screw_maker1_2' | ||
__Wiki__ = 'http://freecadweb.org/wiki/Macro_screw_maker1_2' | ||
__Icon__ = '' | ||
__Help__ = 'Select the characteristics of the screw and click on the create button' | ||
__Author__ = "Ulrich Brammer <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SEE http://www.freecadweb.org/wiki/index.php?title=Macro_unfoldBox | ||
# SEE http://www.freecadweb.org/wiki/Macro_unfoldBox | ||
#*************************************************************************** | ||
#* * | ||
#* Copyright (c) 2013 - DoNovae/Herve BAILLY <[email protected]> * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# see http://www.freecadweb.org/wiki/index.php?title=Macro_unrollRuledSurface | ||
# see http://www.freecadweb.org/wiki/Macro_unrollRuledSurface | ||
#*************************************************************************** | ||
#* * | ||
#* Copyright (c) 2013 - DoNovae/Herve BAILLY <[email protected]> * | ||
|
@@ -122,7 +122,7 @@ def close(): | |
|
||
##################################### | ||
# Class unrollRuledSurface | ||
# - file_name : ouput file | ||
# - file_name : output file | ||
# - pts_nbr : nbr point of | ||
# discretization | ||
##################################### | ||
|