|
Configure OmegaPost for SURFCAM
Please note that the Paths
for the OmegaPost.exe file changed with b43.
After installing OmegaPost, add
these lines to your C:\SURFCAM\Velocity\SURFCAM.PST file.
#####
BeginPost OmegaPost
PostItem OmegaPost
Status OmegaPost
ChDir "C:\Program Files\OmegaPost"
Command "OmegaPost.exe" "%p%n"
"C:\Program Files\OmegaPost\Templates\Generic.m3" "%p%N.ncc" "c:\Diag.txt" -EditCode -EditDiag
-EditTemplate
PostItem OmegaPost with EditNC
Status OmegaPost
ChDir "C:\Program Files\OmegaPost"
Command "OmegaPost.exe"
"%p%n" "C:\Program Files\OmegaPost\Templates\Generic.m3"
"%p%N.ncc" "c:\diag.txt"
Task "C:\Surfcam\Velocity3\editNC\editNC" "%p%N.ncc"
"c:\diag.txt"
EndPost
#####
You will need to edit the
RED text to point to the location of your
post template file.
|