LDInstruction: BOM attempt
2021-12-21, 6:36 (This post was last modified: 2021-12-21, 6:37 by Stefan Frenz. Edit Reason: added model numbers )
2021-12-21, 6:36 (This post was last modified: 2021-12-21, 6:37 by Stefan Frenz. Edit Reason: added model numbers )
So this is the first attempt to have a BOM:
for 603:
for 1972:
Not yet implemented is a table style with part description right besides the image.
Command to insert is at the moment:
I'm not sure about the sorting. What about sort parameter? This would be like this:
Printing text is still a nightmare because of unknown width: at the moment, text is included "as text" in my program, only opening the file in Draw will show the resulting text width. Hmmmmmm.
for 603:
for 1972:
Not yet implemented is a table style with part description right besides the image.
Command to insert is at the moment:
Code:
0 !LDINSP INSTRCMD [cmd=bom]
I'm not sure about the sorting. What about sort parameter? This would be like this:
Code:
0 !LDINSP INSTRCMD [cmd=bom] [sort=color,description,width]
0 !LDINSP INSTRCMD [cmd=bom] [sort=w,c,d]
Printing text is still a nightmare because of unknown width: at the moment, text is included "as text" in my program, only opening the file in Draw will show the resulting text width. Hmmmmmm.