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

Posts posted by Günther Massimo - GMCCS

  1. John,

     

    I've found that reducing the size of the graphics window in Mastercam also reduces the size of the screen capture. Sometimes I need to shrink it to a third of the normal size to get correct size & placement on the tool list.

     

    It would be really nice to be able to specify this in the css...along with alternate colored backgrounds for the tool list like before! ;%29.gif

     

    John

     

    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;

    }

  2. Is there a way to get the .nc file name added in here?

     

    and unless there's a way to do it that I am missing, a nice addition, I think at least would be the ability to type in comments about the setup.

     

    Being able to navigate and insert additional screen caps as well, might be nice as well.

     

    -Progname is part of the parameters you can add to the list.

    -Comments can be typed in at the header.

  3. Gunther, for some resion sense X6 I have not been able to get the Logo to work.

     

    Here is the header of my XSS.css. I have tried both local and internet as you can see.

    I know I am missing something in front of my face.

     

     

    /* company logo <div> - location and size of image*/

    .LOGO{

    position:relative;

     

    /* size of your logo */

    width:219px;

    height:93px;

     

    /* position of your logo */

    left:8px;

    top:8px;

     

    /* location of your logo */

     

    local

    /* background-image:url(file:///E:/pre-ppcadcam.png); */

     

    /* internet */

    /* background-image:url(http://www.mastercam.us/pre-ppcadcam.png); */

     

    background-repeat:no-repeat;

    background-position:0px 0px;

    z-index:1;

    }

     

    /* company logo <div> - location and size of image*/

    .LOGO img

    {

    border:solid 1px;

    }

     

     

    /* header container <div> - size and position */

    .HEADINFOTEXT{

    position:relative;

    left:0px;

    top:200px;

    max-width:500px;

    background-color:white;

    }

     

    You have to uncomment the line.

    Remove "/*" and "*/"

     

    background-image:url(http://www.mastercam.us/pre-ppcadcam.png);

  4. Thank you Gunther for the update. The addition of the tp groupname was much appreciated. I am having problem though.I have several toolpath groups

    in one machine group and no matter which toolpath group I select the first toolpath group name is the one that appears. Any Ideas?

     

    It's actually the name of the active group. Just make the group active. Pull the red arrow in the specific group.

  5. I installed X+ for McamX6 some time ago and the chaining dialog wasn't included with the install at the time. I downloaded the X+ add on again earlier today, installed it and again, no chaining dialog. I figured that it wouldn't reinstall over an existing installation so I deleted the X+ toolbar, shut down Mastercam, and ran the X+ executable again. No luck. I now have no X+ toolbar and no apparent way of getting it back. Any ideas?

     

    Thanks

     

    You need to customize your toolbar.

    Customize toolbars -> category -> X+

  6. 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

  7. 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.

  8. Thanks Günther!

     

    It seems with this change we lost the ability to grab the Tool Path Group Comment. Before it output under "Machine Group". Attached is a picture. The Black box is outputting now as "Machine Group" which is great. Can we also have one that outputs "Tool Path Group" (Red Box)?

     

    Thanks for all your work!

     

    Josh-

     

    Yes, that was a bug.

    Toolpath group comment has to appear in the content of the table, because you may have many toolpath groups.

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...