Difference between revisions of "PROGRESS START"
From Macros Wiki
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=PROGRESS_START <title> | {{Command|syntax=PROGRESS_START <title> | ||
− | |description=: | + | |description=:Start the progress bar. Once started, the user can use the Progress Stop button to terminate the macro. |
− | |param1=<title>|param1_desc= | + | |param1=<title>|param1_desc=The title text to display above the progress bar. |
}} | }} | ||
===Example=== | ===Example=== | ||
− | :PROGRESS_START | + | :PROGRESS_START "Creating special toolpath" |
:For an example macro see [[Modify_Op_Path]] | :For an example macro see [[Modify_Op_Path]] | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] |
Latest revision as of 09:57, 19 August 2010
Command
- PROGRESS_START <title>
- Start the progress bar. Once started, the user can use the Progress Stop button to terminate the macro.
Parameters
- <title>
- The title text to display above the progress bar.
Example
- PROGRESS_START "Creating special toolpath"
- For an example macro see Modify_Op_Path