LDInstruction version 0.3
2021-12-30, 10:05 (This post was last modified: 2021-12-31, 12:44 by Stefan Frenz. Edit Reason: removed automatically added empty lines, clarified wording )
2021-12-30, 10:05 (This post was last modified: 2021-12-31, 12:44 by Stefan Frenz. Edit Reason: removed automatically added empty lines, clarified wording )
Now there is a version 0.3 packed for further reference.
Main changes:
Parameter for [cmd=text]:
Parameter for [cmd=break]:
Parameter for [cmd=bom]:
The GUI has some basic instruction editing feature, but it does not support via suggesting instruction command names or parameter options (somewhere down on ToDo list).
Main changes:
- Added instruction commands, available are: text, break and bom.
- Redesigned text handling, updated pli/inline box layout.
- Fixed center of model step center in some corner cases.
Parameter for [cmd=text]:
- required [text=YOUR_TEXT]
Parameter for [cmd=break]:
- optional exactly one of [column] or [row] or [page] (if not given, default is [page]).
Parameter for [cmd=bom]:
- optional [part=SUBFILE.ldr] to limit BOM to the given subfile (if not given, default is complete file).
- optional [zoom=123.4] to specify part zoom in BOM (if not given, default is 1.0).
- optional [maxWidth=1234] and [maxHeight=1234] to specify maximum render width and height in mcm (if not given, default is 5000/7000).
- optional [cols=12] and [rows=12] to specify maximum columns and rows (if not given, default 0 meaning "auto" is used).
- optional [sort=c,d,w,h,n] to change sort order (default color, description, width, height, name).
- optional [description] to change from simple list (image above amount) to list with description (image left of amount and description).
- optional [textwidth=1234] to specify description width only if list with description is used (if not given, default is 9000).
The GUI has some basic instruction editing feature, but it does not support via suggesting instruction command names or parameter options (somewhere down on ToDo list).