Check: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Up}} {{Command|syntax=CHECK <param> |description=*DESCRPTION* |param1=<param>|param1_desc=Can be any of these: :PART_OPEN :PART_MILL :PART_TURN :PART_LATHE :PART_MT...
 
ConnerO (talk | contribs)
No edit summary
Line 15: Line 15:
===Example===
===Example===
:CHECK PART_OPEN  
:CHECK PART_OPEN  
 
:For an example macro see [[Modify_Op_Path]] [[Backup_Current_Part]] [[Calc_Geo_Extents]] [[Cs_List]] [[Get_MTM_Data]] [[Get_Op_Tool_Path]] [[Inch_Metric]] [[Print_Geo_Data_To_File]] [[Run_Post]] [[Wg_List]]
[[Category:Debug]]
[[Category:Debug]]

Revision as of 16:51, 2 August 2010

Up

Command

CHECK <param>


  • DESCRPTION*

Parameters

<param>
Can be any of these:
PART_OPEN
PART_MILL
PART_TURN
PART_LATHE
PART_MTM

Example

CHECK PART_OPEN
For an example macro see Modify_Op_Path Backup_Current_Part Calc_Geo_Extents Cs_List Get_MTM_Data Get_Op_Tool_Path Inch_Metric Print_Geo_Data_To_File Run_Post Wg_List