summaryrefslogtreecommitdiff
path: root/import.cc
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-15 18:36:53 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-15 18:36:53 (GMT)
commitf97f0258a4c0f5876e3c02c5b46bfcf713c1e8b5 (patch)
tree68f869f0a6bf675e5f24e53cc87bc045d3481691 /import.cc
parent71bc0ed97e431dbcfd407d985c866475552f735f (diff)
Make CSG tree dumps more readable
git-svn-id: http://svn.clifford.at/openscad/trunk@320 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'import.cc')
-rw-r--r--import.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/import.cc b/import.cc
index 88fae83..c9b1a66 100644
--- a/import.cc
+++ b/import.cc
@@ -211,8 +211,8 @@ QString ImportNode::dump(QString indent) const
filename.toAscii().data(), (int)st.st_mtime, (int)st.st_size, convexity);
if (type == TYPE_DXF)
text.sprintf("import_dxf(file = \"%s\", cache = \"%x.%x\", layer = \"%s\", "
- "origin = [ %f %f ], scale = %f, convexity = %d, "
- "$fn = %f, $fa = %f, $fs = %f);\n",
+ "origin = [ %g %g ], scale = %g, convexity = %d, "
+ "$fn = %g, $fa = %g, $fs = %g);\n",
filename.toAscii().data(), (int)st.st_mtime, (int)st.st_size,
layername.toAscii().data(), origin_x, origin_y, scale, convexity,
fn, fs, fa);
contact: Jan Huwald // Impressum