Commit 0938f2cf authored by Lorenzo Marcantonio's avatar Lorenzo Marcantonio

Added MEASUREMENT sysvar to DXF driver, marks explicitly the file as metric

parent e7fd324a
...@@ -63,8 +63,12 @@ bool DXF_PLOTTER::StartPlot( FILE* fout ) ...@@ -63,8 +63,12 @@ bool DXF_PLOTTER::StartPlot( FILE* fout )
" 9\n" " 9\n"
"$ANGDIR\n" "$ANGDIR\n"
" 70\n" " 70\n"
" 1\n"
" 9\n"
"$MEASUREMENT\n"
" 70\n"
"0\n" "0\n"
" 0\n" " 0\n" // This means 'metric units'
"ENDSEC\n" "ENDSEC\n"
" 0\n" " 0\n"
"SECTION\n" "SECTION\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment