Macro Template

From FreeCAD Documentation
Revision as of 18:20, 28 September 2023 by Screeneroner (talk | contribs) (Replaced content with "{{Macro |Name=Macro_Template_Micro |Description=This page contains the minimum required text to publish the FreeCAD Addon. |Author=Screeneroner |Version=Template |Date=2023-09-28 }} ==Script== {{MacroCode|code= __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 publishin...")

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

Description
This page contains the 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"

print("Hello Micro World!")