Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Günther Massimo - GMCCS

Resellers
  • Posts

    554
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Günther Massimo - GMCCS

  1. You can not use the files from from X5. X+ for X6 is not compatible with the old files.
  2. You can add the following lines to the css to set the screen capture size to a maximum size of 320 pixels (or any other size). .HEADSCREENSHOT img{ max-height: 320px; max-width: 320px; }
  3. -Progname is part of the parameters you can add to the list. -Comments can be typed in at the header.
  4. You have to uncomment the line. Remove "/*" and "*/" background-image:url(http://www.mastercam.us/pre-ppcadcam.png);
  5. It's actually the name of the active group. Just make the group active. Pull the red arrow in the specific group.
  6. New version of X+ is available. Please read further information on my web page. Rename NCI is available now.
  7. You need to customize your toolbar. Customize toolbars -> category -> X+
  8. You could write a small vbscript like RunCommand.vbs which launches X+. The script could be launched from the post. RunX+.vbs Dim WshShell Call Main() Sub Main() Call RunFTCommand("XSetupsheet", "m_main") set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "~" End Sub
  9. If you are familar with java script, you may link a script file to your HTML document. Just copy your script file to the "...\shared mcamx6\X+" folder. It has to be the same name like your template. For example.: "...\shared mcamx6\X+\default_xss.js". The script will then be linked into the HTML document. For example check the templates groupname.xss or javascript.xss, which are part of the X+ installation. With scripts you have huge power of the HTML document. You can even link to a data base.
  10. I'm thinking of adding a new parameter in the list. Something like "active toolpath group". ... Added. Make sure the red arrow is in the correct toolpath group when creating the setup sheet.
  11. Yes, that was a bug. Toolpath group comment has to appear in the content of the table, because you may have many toolpath groups.
  12. You can rightclick on the pictures or icon to examine the full path to the image. Check if the path is valid. Do you use X6?

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...