diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-01 15:07:39 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-01 15:07:39 (GMT) |
commit | cc9fd5b33e42ea5d6f41c8ff649b2a014fa16450 (patch) | |
tree | 2caf861c9bdc6c288c089e8ddb9ce6d5d9569c41 | |
parent | 54067c635d1a6de4509930ed9d8593f5373f2ba1 (diff) |
Add link to Wikibooks manual for 'not 2-manifold' error on export.
-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; } |