Macro Template

From FreeCAD Documentation
Revision as of 18:26, 28 September 2023 by Screeneroner (talk | contribs)

Generic macro icon. Create your personal icon with the same name of the macro Macro_Template_Micro

Description
Minimum required text to publish the FreeCAD Addon.

Macro version: Template
Last modified: 2023-09-28
Author: Screeneroner
Author
Screeneroner
Download
None
Links
Macro Version
Template
Date last modified
2023-09-28
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Script

__Name__    = "Macro_Template_Micro"
__Comment__ = "This page contains the minimum required text to publish the FreeCAD Addon"
__Author__  = "Screeneroner"
__Version__ = "Template"
__Date__    = "2023-08-01"
__Help__    = "Use this text to start publishing your macro"

# This is the text for adding on the wiki repository page https://wiki.freecad.org/index.php?title=Macros_recipes
# * <span class="MacroLink">[[Image:Applications-python.svg|24px]] [[Macro_Template_Micro|Macro Template Micro]]</span>: Macro Template Micro for the new macro wiki page.

print("Hello Micro World!")