Re: dimensions linear precision
Posted by Rallaz on
URL: https://forum.librecad.org/dimensions-linear-precision-tp5712383p5712458.html
In LC the dim vars are stored in dxf HEADER section and dimstyles omitted (are unsupported)
In your attached file dim vars in dxf HEADER section are omitted and saved in "standard" dimstyle.
I added a patch to check if dim vars are stored in HEADER, if not, are read from "standard" dimstyle and saved in both HEADER section & "standard" dimstyle (bidirectional compatibility)