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:

Mickey@acceltool

Verified Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by Mickey@acceltool

  1. One more question.. How do I get my tool list to be ..... bottom - center aligned??
  2. I know I sound picky now but is it possible for it to output a b&w pic. When I print it out with my b&w printer you can't see my wcs very good. I know I'm picky but!!!
  3. I get the same thing John with Win7.The size of the graphics window does affect the size of the picture on the setup sheet Just no dang logo.... HA ha
  4. Here are the files. I get an error as well trying to save the html. I have attached a jpg of the error I get as well. Thanks MS_SANDER_files.zip
  5. Thad, I'm not sure what files you need? Isn't the setup sheet html? and not stored anywhere but just created? Do you just want the X+ folder under my Mcamx6 install?
  6. Just so you know, I appreciate all your help. I tried your text and that didn't work either?? Could it be a position conflict??
  7. /* company logo <div> - location and size of image*/ .LOGO{ position:fixed; /* size of your logo */ width:222px; height:84px; /* position of your logo */ left:800px; top:400px; /* location of your logo */ /* local */ background-image:url(C:/Users/ACCELTOOL/Documents/my mcamx6/logo.png); /* internet */ /* background-image:url(C:/Users/ACCELTOOL/Documents/my mcamx6/logo.png); */ background-repeat:no-repeat; background-position:0px 0px; z-index:1; float:right; } /* company logo <div> - location and size of image*/ .LOGO img { border:none; } /* header container <div> - size and position */ .HEADINFOTEXT{ position:absolute; max-width:300px; top:10px; right:10px; background-color:white; } /* screenshot container <div> - format and position of conatiner*/ .HEADSCREENSHOT{ display:inline-block; } .HEADSCREENSHOT img{ max-height1200px; max-width:1200px; } /* header table <table> - general format */ .HEADINFOTEXT_TABLE { font: 12px Arial; border-collapse:collapse; } /* header cells <td> - general format */ .HEADINFOTEXT_TABLE td { border:solid 1px; padding-left:5px; padding-right:5px; } /* empty header cells <td> - general format */ .HEADINFOTEXT_TABLE td:empty { border:none; } /* content container <div> - general format */ .CONTENT{ clear:both; padding-top:10px; } .CONTENT img { max-width:48px; max-heifht:48px; } /* table content <table> - general table format of content */ .CONTENT_TABLE{ width:100%; font: 12px Arial; border-collapse:collapse; text-align: left; margin-right:5px; margin-bottom:5px; border:solid 1px; } /* content caption - default text */ .CONTENT_TABLE caption:before { /* content:"gmccs.de - CAD/CAM Lösungen";*/ } /* content caption - align at bottom */ .CONTENT_TABLE caption { font: 14px Arial; font-weight:bold; padding:5px; } /* content cell <td> - general format of content cells */ .CONTENT_TABLE td{ border:solid 1px; padding:0 3px; } /* content head <th> - column heading */ .CONTENT_TABLE th{ text-align: center; border:solid 1px; padding:0 3px; } /* foot note <tfoot> - overall cycle time */ .CONTENT_TABLE tfoot{ text-align:center; font-weight:bold; } /* content column <td> - center numbers */ .td_72, .td_40, .td_80, .td_37, .td_38, .td_24, .td_62, .td_74, .td_35, .td_36, .td_37, .td_47, .td_63, .td_81 { text-align:center; }
  8. lololololol......... Nope! Ha ha good catch though.. but didn't fix it.. This is crazy!!
  9. nothing!!!!!! Could it be a screen location problem??? I have tried everything and I only barely understand this language!!
  10. Yeah! That didn't work either. I'm about over it already. any other ideas? Here is my hole CSS file.. /* company logo <div> - location and size of image*/ .LOGO{ position:fixed; /* size of your logo */ width:222px; height:84px; /* position of your logo */ left800px; top:400px; /* location of your logo */ /* local */ background-image:url(C:\Users/ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png); /* internet */ /* background-image:url(C:\Users\ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png); */ background-repeat:no-repeat; background-position:0px 0px; z-index:1; float:right; } /* company logo <div> - location and size of image*/ .LOGO img { border:none; } /* header container <div> - size and position */ .HEADINFOTEXT{ position:absolute; max-width:300px; top:10px; right:10px; background-color:white; } /* screenshot container <div> - format and position of conatiner*/ .HEADSCREENSHOT{ display:inline-block; } .HEADSCREENSHOT img{ max-height1200px; max-width:1200px; } /* header table <table> - general format */ .HEADINFOTEXT_TABLE { font: 12px Arial; border-collapse:collapse; } /* header cells <td> - general format */ .HEADINFOTEXT_TABLE td { border:solid 1px; padding-left:5px; padding-right:5px; } /* empty header cells <td> - general format */ .HEADINFOTEXT_TABLE td:empty { border:none; } /* content container <div> - general format */ .CONTENT{ clear:both; padding-top:10px; } .CONTENT img { max-width:48px; max-heifht:48px; } /* table content <table> - general table format of content */ .CONTENT_TABLE{ width:100%; font: 12px Arial; border-collapse:collapse; text-align: left; margin-right:5px; margin-bottom:5px; border:solid 1px; } /* content caption - default text */ .CONTENT_TABLE caption:before { /* content:"gmccs.de - CAD/CAM Lösungen";*/ } /* content caption - align at bottom */ .CONTENT_TABLE caption { font: 14px Arial; font-weight:bold; padding:5px; } /* content cell <td> - general format of content cells */ .CONTENT_TABLE td{ border:solid 1px; padding:0 3px; } /* content head <th> - column heading */ .CONTENT_TABLE th{ text-align: center; border:solid 1px; padding:0 3px; } /* foot note <tfoot> - overall cycle time */ .CONTENT_TABLE tfoot{ text-align:center; font-weight:bold; } /* content column <td> - center numbers */ .td_72, .td_40, .td_80, .td_37, .td_38, .td_24, .td_62, .td_74, .td_35, .td_36, .td_37, .td_47, .td_63, .td_81 { text-align:center; }
  11. Thad.. I just tried that and it didn't work. once again here it is: * company logo <div> - location and size of image*/ .LOGO{ position:relative; /* size of your logo */ width:222px; height:84px; /* position of your logo */ left322px; top:108px; /* location of your logo */ /* local */ background-image:url(C:/Users/ACCELTOOL/Documents/my mcamx6/acceltoollogo for quickbooks.png); /* internet */ background-image:url(C:\Users\ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png); background-repeat:no-repeat; background-position:0px 0px; z-index:1; float:right;
  12. Still can't get my logo to work.. Here is my code. What do I have wrong?? Thanks /* company logo <div> - location and size of image*/ .LOGO{ position:relative; /* size of your logo */ width:222px; height:84px; /* position of your logo */ left322px; top:108px; /* location of your logo */ /* local */ background-image:url(file:///C:/Users/ACCELTOOL/Documents/my mcamx6/acceltoollogo for quickbooks.png); /* internet */ /* background-image:url(file:C:\Users\ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png); */ background-repeat:no-repeat; background-position:0px 0px; z-index:1; float:right; } /* company logo <div> - location and size of image*/ .LOGO img { border:none; } /* header container <div> - size and position */ .HEADINFOTEXT{ position:absolute; max-width:500px; top:100px; right:10px; background-color:white; }
  13. SO....... Is this issue fixed? In SP2? I am thinking about upgrading to X7 but I will "NOT" Have these Problems as you guys speak of. If you had this problem could you verify that it has been fixed in SP2!!!! Thanks
  14. Good luck with the import/export .... Very unstable.. turns coolants off all the time.. Crashes a lot!!!
  15. disable duplicate tool in the impot toolpath dialog. that may help. Not sure if it should be checked or un checked. Watch your tools coolants as well. When I do this it likes to turn off my coolants.. Mastercam has a lot to do with making this import export function to work corerectly. Very hit and miss when it works. I crash my system a lot of times using it... Kind of gotten away from it because of all the bugs......Good luck
  16. Is it actually on the part or just in the verify window? If just in the verify window it is probably your tolerances in the verify settings. If you actually run the part I think you will find that it will not gouge and that it was just the loose tolerances in the verify settings...
  17. I can not get it to work with high speed tool paths in X6 MU2....Am I an idiot??? The use tools step, peck and coolant??? I have tried it with lock feed rates checked and un-checked???
  18. I have this same problem. It is when I use the high speed toolpaths. My box was not checked. I checked the box and no change??

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