>>"The product name is AutoCAD Architecture 2020."
okay
>>" it doesn't load any "flavour" to my knowledge.
>>"Accoreconsole is just about as bare bones as it can be."
That's absolutely right, it doesn't load any "flavour", it is just a (stripped/core) Version of AUTOCAD
>>"That shoouldn't make any difference for accoreconsole since"
>>"I'm using a custom profile for Autocad Architecture 2020, let's call it MyProfile."
Your (Architecture) Profile has nothing to do with the accoresonsole(ACC)
>>"I currently open like this "accoreconsole.exe /i c:\path\myFile.dwg". When I check the CPROFILE command I get:
>>"CPROFILE = "<<Unnamed Profile>>" (read only)."
The question is: Is the plotter path in this profile set to your folder in question.
>>"And I check available plotters using the -plot command and ? when it's promting for plotter name."
And you did this in your script while running in ACC and the .pc3 file is there?*
>>"I get the same plotters listed when I specify /p MyProfile in the start arguments"
The question is, is your printer listed o not?
By testing with /p myprofile you created a new plain Standard AutoCAD Profile in your AutoCAD2020!
The .pc3 path is "C:\Users\CAD1\AppData\Roaming\Autodesk\AutoCAD 2020\R23.1\deu\plotters" in this profile.
>>though so it seems to not be affected by the profile selected....
The profile controls the plotter path, it affected
- - -
1. You starts "accoreconsole.exe",
The first Question is: WHICH one? If you have installed more than one AutoCAD,LT ot Toolset
Please add the whole path instead of the the filename and extension: "C:\Program Files\Autodesk\AutoCAD 2020\accoreconsole.exe"
(what you use later is another thing, but for testing use the whole path)
This way we make sure to know which (core) AutoCAD we start!
or just add
(princ(findfile "acad.exe"))
to your script to be sure you are running the right ACC exe
and to know in which AutoCAD you have tocheck the plotter path ;D
2. The profile: Without the /p parameter, ACC should use the last used AutoCAD (not Architecture) profile,
you can test it with CPROFILE inside your script.
So, start AUTOCAD (not Architecture) , switch to the profile you read in the log
or add this to your script
(princ(getenv "PrinterStyleSheetDir"))
(princ(findfile "mypersonal.pc3"))
and check the log