Q) I am saving my drawing to a DXF file and things seem to be kind of whacky. The lengths of lines seem to be rounded off – they do not meet where they should. What am I doing wrong?

A) There is a variable that controls how accurate a DXF file is. It controls how many decimal places everything is calculated and saved to. Type in the command DXFPREC and set it to equal 6. Then save to a DXF file again and it should be perfectly fine.