How to remove BOM in ldr file? - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: General (https://forums.ldraw.org/forum-12.html) +--- Forum: General LDraw.org Discussion (https://forums.ldraw.org/forum-6.html) +--- Thread: How to remove BOM in ldr file? (/thread-12430.html) |
How to remove BOM in ldr file? - Zhengrong Zang - 2014-02-10 I export a LDD file to ldd file then open it in MLCad, but there is a BOM at last page, I didn't insert BOM, how can I remove this BOM? Re: How to remove BOM in ldr file? - Philippe Hurbain - 2014-02-10 You've got LPub formating code in your file (eg a statement defining page size), for sure LDD to LDR export didn't inserted it! You must have mixed up things somewhere... Re: How to remove BOM in ldr file? - Zhengrong Zang - 2014-02-10 Philippe Hurbain Wrote:You've got LPub formating code in your file (eg a statement defining page size), for sure LDD to LDR export didn't inserted it! You must have mixed up things somewhere...I think that I know why, because that is not a BOM, but a PLI. As you know, ldr file converted from LDD is no enough steps so that last PLI is very big. Re: How to remove BOM in ldr file? - Philippe Hurbain - 2014-02-10 Ah - sure, you're right! |