Std DlgMacroRecord: Difference between revisions

From FreeCAD Documentation
(Revised. Added 'in progress' for now.)
(Revising...)
Line 35: Line 35:
# Optionally press the {{Button|Cancel}} button to abort the command.
# Optionally press the {{Button|Cancel}} button to abort the command.
# The {{Button|Stop}} button does not work at this time.
# The {{Button|Stop}} button does not work at this time.
# Press the {{Button|Record}} button to start the recording session.
# Press the {{Button|Record}} button to close the dialog box and start the recording session.
# To end the recording session do one of the following:
# To end the recording session do one of the following:
#* Press the {{Button|[[Image:Std_MacroStopRecord.svg|16px]] [[Std_MacroStopRecord|Std MacroStopRecord]]}} button.
#* Press the {{Button|[[Image:Std_MacroStopRecord.svg|16px]] [[Std_MacroStopRecord|Std MacroStopRecord]]}} button.

Revision as of 19:36, 15 June 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std DlgMacroRecord

Menu location
Macro → Macro recording...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std MacroStopRecord

Description

The Std DlgMacroRecord command starts a macro recording session during which all user actions are stored in a FreeCAD macro file (.FCMacro). Such a file can later be replayed, executed, to repeat the recorded actions.

Usage

  1. There are several ways to invoke the command:
    • Press the Std DlgMacroRecord button.
    • Select the Macro → Macro recording... option from the menu.
  2. The Macro recording dialog box opens.
  3. Enter a name for the macro in the Macro name input box.
  4. Optionally change the Macro path by pressing the ... button.
  5. Optionally press the Cancel button to abort the command.
  6. The Stop button does not work at this time.
  7. Press the Record button to close the dialog box and start the recording session.
  8. To end the recording session do one of the following:
    • Press the Std MacroStopRecord button.
    • Select the Macro → Stop macro recording option from the menu.

Notes

  • Todo.

Preferences

  • Todo.

Properties

  • Todo.

Scripting

  • Todo.