BOM generation is controlled by a meta command in your LDraw file, something like
If you remove that line, the bom and huge time it takes to create will go away.
And for sure, if you have no STEP command you'll get only one page per submodel!
Otherwise, if you post your LDraw file here, someone can make a test to see if lpub loading time is indeed excessive...
Code:
0 !LPUB INSERT BOM
And for sure, if you have no STEP command you'll get only one page per submodel!
Otherwise, if you post your LDraw file here, someone can make a test to see if lpub loading time is indeed excessive...