txt files
Opened this issue · 6 comments
Dear Kuro68k thank you for your work.
I'm using your release 0.7 in Windows 10
I noticed that files Bom_defaults.txt and bom_subs.txt must be in the Kicad project directory.
This means that I need to copy for every new project.
Is it possible to use in a different directory, for example where kibom.exe is.
I suggest it can be done if files doesn't exist in project directory or by command line arguments.
Many thanks for your time
Roberto
I'll put it on the to-do list, but I have no time to work on it at the moment. It's a small change, can you do it?
Thank you for answer.
I never worked with mono and PDFSharp and MigraDoc.
I just tried to install mono, but get 7 errors and 18 wornings in compiling. I dont know how to use PDFSharp and MigraDoc
Visual Studio on Windows is my main platform. I compiled with Mono on Windows just to check once.
Now that Windows Subsystem for Linux is available I might try to get it building in that if I have time.
Finnaly I installed visual studio and compile successfully.
I also made the changes I need.
But I have a question: how did you merger dlls files into the exe?
Got it ;)
I installed Costura.Fody in Visual Studio.
Two little bugs in Output.cs for pdf generation: Quantity need +1 and No. (int i) need ++
Thanks, looking forward to your patches. Can you submit the bug fixes as a separate pull request? Easier to review that way.