AutoCAD LT :: 2013 Plotting From A Macro

May 16, 2013

I have a large number of drawings with template details of a printer that is now longer available (we moved offices). I therefore want to write a macro that instead of trying to use the template detailed printer and then failing to the None printer instead goes straight to the new printer (Lanier MPC2500). Once I get this basic task completed I'll then add additional functionality.

The macro at present is:-

^C^C-plot;y;; \mwperdc03LANIER MPC2500;;A3 (297 x 420 mm);m;l;n;l;1:1;0.00,0.00;y;monochrome.ctb;y;n;n;n;n;y;

I also know where it's failing (the first in the path) as this is the macro escape character to enable the user to add information. If I then manually enter (or paste) the link \mwperdc03LANIER MPC2500 into the command line and press enter the rest of the macro executes and I get a print output. I've attached a screenshot of the command line for info.

I've read that instead of using the character in the path I should use the /. I've tried this but it doesn't seem to work.

Is there another method of embedding paths into Autocad LT so this will operate or a better workaround?

I'd thought of using DIESEL but I can't see any suitable commands in the command library.

>>>>>Why did they choose a as and escape character?????

View 5 Replies


ADVERTISEMENT

AutoCAD 2013 :: Inserting Blocks With Macro?

Dec 5, 2013

I am having trouble getting a simple macro to browse insert a block. My file path looks like this.

 L:/Acad Blocks/Blocks_(SEPCO)/STRUCTURAL/2013_SEPCo_Blocks/WELD_FILLET.dwg

View 3 Replies View Related

AutoCAD 2013 :: Short Macro For Enterprise MNL

Aug 27, 2013

In a previous life, i used to have a short, one-line macro in my MNL file that would read the location of the currently active drawing, find the parent directory of that drawing (truncated to 3 levels) and open a Word document in that directory that is named after the project.

For example, if the active drawing path is

"Q:/Projects/12345 Cold Storage/Elevations/Phase 1/North Storage.dwg"

this macro would open the Word document named

"12345 Cold Storage.doc"

that was in the directory

"Q:/Projects/12345 Cold Storage"

If the file did not exist, it would be created named the same as the 3rd level directory. After i wrote this, it sure sounds like a lot, but as i remember, it was a short, one-liner.

View 4 Replies View Related

AutoCAD 2013 :: Adding Linetype To Layer Macro

Sep 24, 2013

I created a macro to insert layers with a click of the button. I was wonder how I get my macro to add the linetype to it. Also would like a separate macro to make the layer not to plot.

Here is the Macro I'm using:  ^C^C-layer;new;A-ANNO-AREA-IDEN;color;6;A-ANNO-AREA-IDEN;;

View 1 Replies View Related

AutoCAD 2013 :: Plotting Using DWG To PDF

Aug 9, 2012

I'm having issues plotting using dwg to pdf.  It prints perfect printing to my printer but when I create a pdf using dwg to pdf it does not print what is previewed.

I created block with solid hatches for my mark/schedule boxes and detail bubbles so I wouldn't have to trim whats behind it.

View 9 Replies View Related

AutoCAD 2013 :: Plotting To PDF

Oct 5, 2013

I have been working with a large scale architectural drawing provided by my cleint's architects. Since I usually work in black on a white screen, I have been working from paperspace with the viewport set to.monochrome. Up until Thursday, whenever I printed to PDF, I would get a monochome image which is what is supposed to happen.

However, In order to provide my client with a colour coded image, I changed some settings and printed a colour PDF. Now I cannot get it to go back to Monochrome. What setting has changed. I opened an earlier version of the same drawing and output a PDF from that drawing - black and white PDF. Try it from the current version of the drawing, it comes out in colour.

I have compared page setup settings, output setting, viewport 'MO' settings, they are all the same. How do I get back to black and white output.

View 4 Replies View Related

AutoCAD 2013 :: Macro - Export PDF / Save / Close Drawing

Sep 4, 2012

I am working with an action macro to be able to use the EXPORT PDF option (save into current folder as DWG with no user input) / save the current drawing / and close. 

At present i am able to get the macro to export the pdf and then (user input to directory to save and to overwrite the previous file) then save the file but cannot close the drawing.

View 1 Replies View Related

AutoCAD 2013 :: OLE Object Not Plotting In PDF

May 24, 2013

I have documents from an architect that still hand drafts. I am trying to bring their drawings in via the Snapshot Tool in Adobe Acrobat and pasting into AutoCAD 2013 so I can overlay the structural notes in paperspace. And then send to plot making .pdf files. The thing is, some of the viewports are showing up in the plot and some are not. All settings in the properties pane are the same. All are on Layer 0.

View 3 Replies View Related

AutoCAD 2013 :: Plotting Xref PDF

May 9, 2012

AutoCAD 2013 Windows XP

I have a drawing (Drawing A) that contains a PDF (using PDF attach) with text over the PDF. I then have this drawing Xref'd (as overlay and as attachment) into another drawing (Drawing B). When I print this drawing (Drawing B). The text prints but the pdf does not.

In Drawing A the pdf is on the 0 layer.
In Drawing B the pdf is on 0 layer.
The 0 layer is not frozen and is set to print.
The xref in drawing B is set to overlay and relative (I tried absolute).
I can see the pdf in drawing B.
PDFrame is set to 2 in dwg A and B.

View 4 Replies View Related

AutoCAD 2013 :: Plotting Xrefs To PDF In B&W

Jan 28, 2013

We setup a company template to use STB. Not trying to debate if its the right move, we simply did it because the designers grasped the concept of Named Styles rather than color styles.

Here is our setup.

AutoCAD 13 on Windows 7 with Adobe PDF or DWG to PDF

We have an xref'ed drawing of a background. We xref it on Layer XXX_BKGRD with a color of yellow and a Plot Style of Background.

In our STB file we have style named Background set to plot Black. We have Plot object lineweights and plot with plot styles selected. The VP is set to Legacy Hidden.

When we do a plot preview, its all color. No change.

View 3 Replies View Related

AutoCAD 2013 :: Plotting To PDF With Transparency

Dec 12, 2012

I have multiple drawings I've been working on that have tif files laid in the background that I have been making my drawings over the top of. In order to make the linework easier to see, both on screen and on plot, I applied a 65% transparency to the layer containing the tif. Everything worked fine, and printing worked great, but when I tried to plot them to pdf, the transparency failed to plot properly. I tried PrimoPDF and the transparency worked, but the paper sizes didn't include Arch D and the plot didn't look as crisp as the one produced by AutoCAD. In the end, I ended up pay $5 per print to have the DWG files processed, because I needed the transparency to plot properly. I would like to figure out what the problem was so that next time I need to send out for prints.

View 2 Replies View Related

AutoCAD Civil 3D :: Plotting To PDF Using 2013?

Apr 9, 2013

I'm having a problem plotting to pdf (using ScanSoft Pdf Pro 4) causing Autocad Civil 3d: Infrastructure Design Suite.

When I plot in Civil 3d 2009 I have no problems but we recently switched to Autocad Civil 3d: Infrastructure Design Suite and when I try to plot a pdf 24x36 it looks correct in the plot preview but my final pdf size comes out 36x36.  I have tried everything I know...

 Create a new sheet size

 I can't just save as an earlier version and plot in C3d 2009 because my alignments gets screwy.

View 9 Replies View Related

AutoCAD 2013 :: Windows 7 64 Bit Crashes When Plotting

Mar 25, 2013

Running AutoCAD 2013 on Windows 7 64-bit OS Dell desktop.Whenever I plot 1 in 4 of the times, AutoCAD freezes, usually crashing. Happens both when either typing the command or using pulldown option.Freezes before I get a chance to choose which printer/plotter but plotting with HP Designjet T1120.

I am assuming downloading the HP Universal driver wouldn't do me any good. I am not crashing after I send anything to plot, but before, immediately after the 'Plot' window comes up, it freezes.

View 4 Replies View Related

AutoCAD 2013 :: Plotting Viewcube And Compass?

Apr 3, 2013

An associate on campus asked me if there was a way to print the viewcube and compass when he plots a drawing.  What he is doing is printing pdf's of different sections of the drawing, and wanting the compass to appear on each printed section.

View 4 Replies View Related

AutoCAD 2013 :: Plotting Layouts To Scale?

Sep 25, 2012

when i go to preview plot after selecting D size, scale isn't correct. how do i change to correct scale for plotting after i've scaled each view in paper space. please see attached drawing.

Any good free tutorial online about viewports and plotting from them and to get correct scale?

View 9 Replies View Related

AutoCAD 2013 :: Plotting Paper Space

Aug 7, 2013

I have created some rectangles with a solid fill hatch in paper space in different colors, on different layers., when i plot them, they plot in black. what can i have checked or not checked to solve this? the viewport that i have in the layout plots in color, i am using the acad plot style. 

View 9 Replies View Related

AutoCAD 2013 :: Image Frames When Plotting To PDF

Nov 25, 2013

I have a strange thing going on where image frames show up when I plot to PDF. I have set the image frame variable to 2. There is no issue when using a local printer or using print preview for said printer. When plotting or previewing using any of the PDF drivers image frames appear around my title block logos.

View 1 Replies View Related

AutoCAD 2013 :: Plotting To PDF With Correct Scale

Mar 13, 2013

I've got a question about plotting to a measurable PDF with the correct scale.

Currently, if you plot to PDF (ARCH full bleed D 24x36 paper size) using 1:1 scale of the Layout area (including viewport, title block, etc) you get a nice PDF of the appropriate plan which would print to paper at the correct scale (1/16" = 1' 0'). If you set the plot scale to 1/16" = 1' 0' then preview/plot it then it appears completely tiny (like 2% of the page size), in the bottom left corner.

However, I want to make the PDF measurable. At the moment, if you do this using a 1:1 plot, the default numbers given by the measure tool are way out of proportion (a 29' dimension in the drawing is measured as 48,294 with no units). To get it to give accurate measurements, you have to tell Reader/Acrobat to ignore document scaling in preferences, then "Change Scale Ratio" to the appropriate scale ratio (0.625 in = 1 ft). This means you can measure to scale in Reader or Acrobat BUT these options disappear once you close Reader/Acrobat. 

creating measurable PDFs from Autocad plots?

View 4 Replies View Related

AutoCAD 2013 :: Little Boxes That Appear Only When Plotting A Viewport

Oct 23, 2013

How do I get rid of them???

View 9 Replies View Related

AutoCAD 2013 :: MAC Missing Lines When Plotting?

Jul 24, 2013

I am using autocad 2013 on Mac and plotting to hp designjet 510. Lines are always missing when I print especially medium to thin lines or hidden lines or for example hatch tile lines. I use the plotter also on a pc and there are no problems at all. I changed the thickness of my lines in ctb and still have lines missing. I change percision to 1 and same thing. If I print draft, normal or best I still have problems. I know how to spool and use in built memory on pc but can not find something similar on the mac and dont know if that will work, as i printed same drawings from pc. It seems that when there are close lines together or dense lines in an area, it just skips them.

View 9 Replies View Related

AutoCAD 2013 :: Plotting With 80% Transparency And Using Pen Table

Sep 5, 2012

I am trying to plot a drawing with 80% transparency on the xref layers, and use a pen table to assign line thinkness (printing in black and white). But, when I go to print, AutoCAD completely ignores both of these and prints the drawing all lines at the same intensity and thickness.

View 2 Replies View Related

AutoCAD 2013 :: Viewports Not Plotting Properly?

Apr 27, 2013

I've been messing around with a 3D drawing trying to get it to plot properly. I have 4 viewports on the layout, and the issue is that parts of the viewport are being mysteriously chopped off, as if some great big white box is covering part of the viewport. This is definitely not an issue with printer margins - this is occuring in the middle of the page.

I've deleted all the viewports and created new ones, but the drawing is still being cut off in the same locations. 20 sheets of A3 and most of the day later.

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Copy And Rotate Macro Not Working In 2013

Apr 29, 2012

I have a macro that i have been using in autocad 2012 for a simple copy & rotate command as follows

^C^C_select;auto;\_copy;p;;0,0;0,0;_move;p;;\_rotate;p;;\redraw

For some reason it now does not work in 2013 the macro exits after the copy part of the macro is finished & fails to let you rotate the copied object.

View 5 Replies View Related

AutoCAD Map 3D :: Text Plotting Outside Viewport In 2013 But Not In 2012?

Oct 3, 2012

I am currently running map 3d 2012 and my co-worker is running 2013. When she plots in paperspace, there is text that gets plotted that is outside of her viewport. When I open  up the drawing on my computer, it plots perfectly. I attached a clip of it, the thick black is our drawing border, the viewport is where the color stops.

View 1 Replies View Related

AutoCAD 2013 :: DWG To PDF Plotting - Logo Text Changes Color

Oct 16, 2013

I have attached my template drawing and a plotted pdf file of my template.

My question is the logos in the title block are hand drawn dwg logos. My client does not like the pdf file because the ITC logo text changes color and looks grainy or washed out. It is not crisp and clean. This is VERY IMPORTANT to him. Why do they change so as in the colors of the ITC logo change to a light blue not the 178 I set it at in AutoCad. when I plot a pdf the file. When plotting I use the DWG to PDF option.

View 7 Replies View Related

AutoCAD 2013 :: Polyline Profile Partially Plotting

Jan 7, 2014

we have a drawing containing different profiles that we use for our plastic fabrication workshop, however will not print the entire profile only the beginning and end even thou is shown in the plotting preview window, we have changed all potting styles and settings trying to make it work with no luck.

View 5 Replies View Related

AutoCAD 2013 :: Title Block Does Not Show Up When Plotting

Oct 25, 2012

I made a 24 x 36 title block with attributes and saved it as a wblock.

1) When I inserted the title block into a 24 x 36 paper space, The titleblock does not fit. and the texts are messed up as well. The text are in in their respective places. What I did to create the title block is to basically created a title block border and then created the text. So, I made a block out of the borders and then a block out of the text then I made a block out of the whole thing (text and border). After i saved it as a wblock. When saving as wblock i chose entire drawing and once i chose object.

2) When I try to test plotting with this title block i made (even though it does not fit in) it does not show up in print preview.

How do I make some of the text Bold and others not? but keep them all same style? 

View 6 Replies View Related

AutoCAD Map 3D :: 2013 Labels Not Displaying When Plotting / Exporting

Jun 27, 2013

I've searched this Discussion Groups area on the site and have found a couple solutions. I've tried them all but I can't seem to figure out how to get ALL of my labels to display when I plot or when I export to PDF. It seems that only the POLES layer labels are having trouble showing up...

I understand scaling and it doesn't seem to be the issue. I've tried plotting under different scales, and I still get the same thing.I've attached an image showing the outcome.

On the left is the PRINT PREVIEW in AutoCAD.
On the right is the EXPORTED PDF.

I've checked in the administrator under POLE LABELS, and changed a couple things around but I can't seem to get the pole labels to show up.

View 3 Replies View Related

AutoCAD 2013 :: Xref Layers Frozen But Plotting

Dec 4, 2013

have xrefs in drawing froze some of the xref layers, changed colors on some others looks great on screen, but all the original colors show on plot, along with the frozen layers...is this to do with the xref?

View 2 Replies View Related

AutoCAD 2013 :: XREF Titleblock Plotting Too Light

Jan 4, 2013

Working in AutoCAD 2013

Plotting from the Layout - Model is plotting fine, XREF Titleblock is plotting out too light, about 20% of what model plots.

XREFd on 0 layer (tried on different layer, result = no difference) all other aspects of plot are correct

XDWGFADECTL set at 1

LAYLOCKFADECTL set at 1

Print Preferences

- line and text (not photo)

- dpi 600

I found a work-around but it isn't realistic in the longterm, I inserted the Title block as a BLOCK and exploded it, and then the titleblock plotted fine with each of the different Title Block layers plotting correct to pen width.

View 3 Replies View Related

AutoCad :: LT 2013 - Text Not Plotting Correctly Using DWG To PDF Plotter

Nov 27, 2012

I am using AutoCAD LT 2013 and at the moment i am just using the dwg to pdf.pc3 included in AutoCAD.

All of the text in my drawings is the same font (ISOCPAUS). Up until about a week ago, i could plot bold & italic text using the dwg to pdf plotter. Now, I cannot and i don't know what has changed to make this happen. Underlined and overlined text still plots fine to pdf. Everything appears correct in model space, paper space layouts, in previews and if i plot to any of the printers in the office, but once i plot to pdf, the bold and italic is gone.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved