diff options
author | Marius Kintel <marius@kintel.net> | 2012-07-01 16:02:18 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-07-01 16:02:18 (GMT) |
commit | b6b018e768e017880e9d582963c7685c24a4b6f6 (patch) | |
tree | 2caf861c9bdc6c288c089e8ddb9ce6d5d9569c41 /src | |
parent | 54067c635d1a6de4509930ed9d8593f5373f2ba1 (diff) | |
parent | cc9fd5b33e42ea5d6f41c8ff649b2a014fa16450 (diff) |
Merge pull request #132 from openscad/manifoldinfo
Add link to Wikibooks manual for 'not 2-manifold' error on export.
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 08fbec5..22bc498 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1359,7 +1359,7 @@ void MainWindow::actionExportSTLorOFF(bool) } if (!this->root_N->p3->is_simple()) { - PRINT("Object isn't a valid 2-manifold! Modify your design.."); + PRINT("Object isn't a valid 2-manifold! Modify your design. See http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/STL_Import_and_Export"); clearCurrentOutput(); return; } |