summaryrefslogtreecommitdiff
path: root/src/rotateextrude.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotateextrude.cc')
-rw-r--r--src/rotateextrude.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rotateextrude.cc b/src/rotateextrude.cc
index e64f6f1..4e2db9e 100644
--- a/src/rotateextrude.cc
+++ b/src/rotateextrude.cc
@@ -115,8 +115,8 @@ std::string RotateExtrudeNode::toString() const
stream << this->name() << "(";
if (!this->filename.empty()) { // Ignore deprecated parameters if empty
stream <<
- "file = \"" << this->filename << "\", "
- "layer = \"" << this->layername << "\", "
+ "file = " << this->filename << ", "
+ "layer = " << QuotedString(this->layername) << ", "
"origin = [" << std::dec << this->origin_x << ", " << this->origin_y << "], "
"scale = " << this->scale << ", ";
}
contact: Jan Huwald // Impressum