it seems to be a bug to me.
Could you file a bug report with detailed steps at our tracker:
https://sourceforge.net/p/librecad/bugs/?source=navbar
DidiAtLibreCAD wrote
Hi, I found a way to fix this little issue.
It's not set by Default but it can become a problem ...
The 'problem' of default setting 'print to file' results when you export to an .pdf.
When you export ...
in the registry the entry of the key FileName is changed to the filename of the .pdf-export including the full path. This cases that it is not longer possible to kill the entry by switch and it still resists and next start will not have any effect.
To Fix, try this:
- CLOSE LibreCAD (important!!!)
- make a file with notepad named fix.reg
- copy following Text (between the lines) into the file
________________
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\LibreCAD\/LibreCAD\Print]
"FileName"=""
"PrintToFile"=dword:00000000
_________________
- Start the generated file ... a confirmquestion may appear - if so, OK is the best choice ;-)
- be happy .. restart LibreCAD and everything will be fine.
Maybe there will be a bugfixing by the developers in the future.
Greetings Didi