Translations:Macro at Startup/3/en

From FreeCAD Documentation

Before starting, following things shall be considered:

  • Automatically running macro at startup can be considered a security risk. You should only run macro that you trust and that you previously tested
  • You probably need some Python and coding notions to follow this procedure
  • When user folders ('Mod', 'Macro', ...) are referred to, they are located in your user FreeCAD folder. You can locate them at Start up and Configuration → User related information
  • This shouldn't be done for macros dealing with part modeling. This is rather appropriate for macros that add features, improve the UI, ...