RE: LDCad 1.6 Alpha 4 (win+linux)
2016-09-25, 9:24 (This post was last modified: 2016-09-25, 9:51 by Merlijn Wissink.)
2016-09-25, 9:24 (This post was last modified: 2016-09-25, 9:51 by Merlijn Wissink.)
Hey Roland, today I used the 'Cleanup' feature of LDCad 1.6 and it seems to work pretty nice!
However, I have one little note: it seems that it renames submodels slightly wrong (according to the OMR spec).
It renames submodels like this (from the spec):
But, only the filename needs to have the Set Name, all the submodels (including the main submodel) only need to have the set number like this:
Although I personally often give my main submodel the name of the set (first option above, but without submodel name). So, in short: LDcad should be renaming submodels according to option 2 and it would be nice to have an optional checkbox to name the main submodel as set.
However, I have one little note: it seems that it renames submodels slightly wrong (according to the OMR spec).
It renames submodels like this (from the spec):
Code:
<Set Number>[-<Optional Qualifier>] - <Set Name>[ - <Sub Model Name>]
But, only the filename needs to have the Set Name, all the submodels (including the main submodel) only need to have the set number like this:
Code:
<Set Number>[-<Optional Qualifier>] - <Individual filename>
Although I personally often give my main submodel the name of the set (first option above, but without submodel name). So, in short: LDcad should be renaming submodels according to option 2 and it would be nice to have an optional checkbox to name the main submodel as set.