diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 02:04:49 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 02:04:49 (GMT) |
commit | 255826eeb598081ab65c4a339d818bf8d8709934 (patch) | |
tree | 909507085a6ccf91313eaec3ae3b79b909e5ee08 /MainWindow.h | |
parent | e71c3ce4c9ac506a1138c87df829bb0b187fe056 (diff) |
Clifford Wolf:
Added DXF export for 2d data (command line and GUI)
git-svn-id: http://svn.clifford.at/openscad/trunk@208 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index 0638719..c02162a 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -92,6 +92,7 @@ private slots: void actionExportSTLorOFF(bool stl_mode); void actionExportSTL(); void actionExportOFF(); + void actionExportDXF(); public: void viewModeActionsUncheck(); |