Plotter error in drawings
Plotter error in drawings
(OP)
How can I set my Autocad to use a specific plotter instead of finding the last one in that the drawings used? I set the options to use last succesful plot, but every time I plot, I get unable to find plotter (other users plotters) and have to go and find plotter, size of paper, etc...
Is there a variable I can reset in the drawing that I can get to with getvar or possible setvar? Possibly running a script on drawings prior to opening? Anything?
Is there a variable I can reset in the drawing that I can get to with getvar or possible setvar? Possibly running a script on drawings prior to opening? Anything?





RE: Plotter error in drawings
RE: Plotter error in drawings
(if (= (getvar "PSTYLEMODE") 0)
(command "CONVERTPSTYLES")
) ;if
(setq PT1 "0,0")
(command "-PLOT" "Y" "Layout1" PRINTER PAPSZ "Millimeters" "Landscape"
"N" "Window" PT1 PT2 "1=1" "0,0" "Y" "YourPlotStyle.ctb" "Y" "N" "N" "N"
"N" "Y" "N")
"Whether you think that you can, or that you can't, you are usually right "
.. Henry Ford
RE: Plotter error in drawings
I like your capition by Henry Ford. That man was way ahead of his time. One of my favorite sayings is by Einstien "Great ideas often encounter violent oposition from medicore minds"