summaryrefslogtreecommitdiff
path: root/mainwin.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-02 08:45:24 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-02 08:45:24 (GMT)
commitffb68adb62090d1f2fadceaabb188fa3fdce8c17 (patch)
treebf7841b0515e56a4688d9c32d3ac23ecac106085 /mainwin.cc
parent8263170757ef989ff98fcb82616c6be4d5f08127 (diff)
Clifford Wolf:
Fixed STL export git-svn-id: http://svn.clifford.at/openscad/trunk@192 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'mainwin.cc')
-rw-r--r--mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 3f87541..8a35b8e 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -1018,7 +1018,7 @@ void MainWindow::actionExportSTLorOFF(bool)
return;
}
- if (root_N->p3.is_simple()) {
+ if (!root_N->p3.is_simple()) {
PRINT("Object isn't a valid 2-manifold! Modify your design..");
current_win = NULL;
return;
contact: Jan Huwald // Impressum