summaryrefslogtreecommitdiff
path: root/src/export_png.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-02-01 01:24:02 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-02-01 01:24:02 (GMT)
commitf8ebf1c963cbd4feb3a188aa41801de0ee3932f1 (patch)
treed4206563828e8277208452d2ee173486dfd6c531 /src/export_png.cc
parent0c04641aa06b5831605deaec54e3cd90a42b00d2 (diff)
give clear message that OpenCSG png export is not implemented yet
Diffstat (limited to 'src/export_png.cc')
-rw-r--r--src/export_png.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export_png.cc b/src/export_png.cc
index 54c3390..2d6a4a2 100644
--- a/src/export_png.cc
+++ b/src/export_png.cc
@@ -49,7 +49,7 @@ void export_png_with_cgal(CGAL_Nef_polyhedron *root_N, std::ostream &output)
void export_png_with_opencsg(CGAL_Nef_polyhedron *root_N, std::ostream &output)
{
CsgInfo csgInfo;
- output << "not implemented: solid OpenSCAD_Model opencsg png export\n";
+ PRINT("not implemented: solid OpenSCAD_Model opencsg png export\n");
}
contact: Jan Huwald // Impressum