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:

Printing in X


RandleXX
 Share

Recommended Posts

Under page setup is you choose shaded and color you get foreground color and background color. I would expect this. If you uncheck color but leave shaded checked you get a monochrome (gray)shaded object with a white background. All solids are output as gray no matter their screen color. If you want solids or other objects without the colored background but have them print in color, temporally set the background to white, print and change back you might be able to create a shortcut or a macro to do this. Oh yea I'm using the vaper ware........

Link to comment
Share on other sites

Here is a script I worked on with help for V9 that could be changed to do what you are after with one click of the button.

 

code:

'////////////////////////////////////////////////////////////////////////////////

'//

'// Author: Crazy^Millman help from Matt aka Rekd

'// Date: 12/10/2004

'// File Name: CAPTURE FOR SETUP SHEETS

'//

'// Description: Changes the background to white, opens up clipboard,

'// Then changes background back to black

'//

'// Comments: Save about 20 mouse clicks

'//

'////////////////////////////////////////////////////////////////////////////////

 

Const CLIP_BOARD = "clipbrd"

' -- Start Script

Call Main()

 

 

' ////////////////////

' Sub Declaration

' ////////////////////

Sub Main()

 

 

' -- Invoke color selector and preselect light blue

Call SetBackGroundColor(mcCOLOR_WHITE)

 

' -- Force a repaint otherwise we wont see the change, handy for exporting images!

Call RepaintScreen(True)

 

Call RunMastercamCommand(CLIP_BOARD)

 

Call SetBackGroundColor(mcCOLOR_BLACK)

 

Call RepaintScreen(True)

 

End Sub

Just need to change CLIP_BOARD to hardcopy and that might just do it.

 

HTH

Link to comment
Share on other sites

ron,

have you tried this in x yet? im trying to figure somthing out myself right now and was curious.

also i use some set up sheets i created for the edm guys that shows x,y,z locations for the trodes at the bottom of the page.then i run it thru the printer to put a isometric pic at the top of page.it seems now when i print i can not get the picture at the top.

any ideas

trevor

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

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