There is a new current version which now supports explicit pli annotation (or as before: automatic ones) and supports explicit bom description text (or as before: default text with amount and part description).
Each pli directive can have the new parameter "annotate" like this
This will be rendered as:
Screenshot_1.png (Size: 4.17 KB / Downloads: 76)
Each bom command (complete bom or direct bom) can have the new parameter "text" like this
where the text is plain text with the following substitutions:
Using a format string "%ax %n in %c\n%d", a section of the bom of 603 looks like this:
Screenshot_2.png (Size: 21.6 KB / Downloads: 76)
Each pli directive can have the new parameter "annotate" like this
Code:
0 !LDINSP INSTRDIR [type=pli] [part=3001.dat] [color=15] [count=3] [annotate=Test]
Screenshot_1.png (Size: 4.17 KB / Downloads: 76)
Each bom command (complete bom or direct bom) can have the new parameter "text" like this
Code:
0 !LDINSP INSTRCMD [cmd=bom] [textwidth=9000] [text=%ax %n in %c\n%d]
- \n becomes a new line
- %n becomes the plain part name (e.g. "3001")
- %N becomes the full part name (e.g. "3001.dat")
- %c becomes the color name (e.g. "white" - can be replaced appropriate color file)
- %C becomes the color id (e.g. "15")
- %a becomes the count
- %d becomes the part description (e.g. "Plate 2 x 4")
Using a format string "%ax %n in %c\n%d", a section of the bom of 603 looks like this:
Screenshot_2.png (Size: 21.6 KB / Downloads: 76)