Printer Name is Invalid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
At my current company we moved buildings and changed how our network plotters were configured on our machines. This caused problems since I modified all of our PC3 files to match the new plotters but now all of our standard drawings reference the old plotters in their default *model* page setup. Since all users have their PC3 folder pointed to the same directory I had used this script to get around the error when plotting saying that the PC3 or plotter couldn't be found and it would default to none(ran from startup suite). Maybe I'm wrong but I assumed that DWG to PDF would be the best plotter since it's installed with AutoCAD and not windows/printer server.
(command)
(command "-plot" "n" "Model" "" "DWG To PDF.pc3" "n" "y" "n")
(princ)
This worked great for a few weeks but now a few users are getting the error "Printer name is invalid" whenever this script is ran. However, each user can still manually print to this plotter using that PC3 even when just mimicking the script manually from the command line. So I don't think there is any issues with the PC3, I even pulled an old version from my backups that has always worked in the past and same issue.
I'm open to ideas in regard to better scripts or a fix to my PC3. Trust me I would love to batch modify the default page setups on the entire file store but that's not gonna fly with my superiors so single drawing Lisp routines are what I'm stuck with for now.