Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste

This commit is contained in:
Enrico Turri 2019-04-23 08:03:54 +02:00
commit 705f7c8fa0
4 changed files with 109 additions and 36 deletions

View file

@ -12,6 +12,7 @@
#include "libslic3r/SLA/SLACommon.hpp"
#include "libslic3r/SLAPrint.hpp"
#include <wx/dialog.h>
namespace Slic3r {
@ -137,6 +138,12 @@ protected:
};
class SlaGizmoHelpDialog : public wxDialog
{
public:
SlaGizmoHelpDialog();
};
} // namespace GUI
} // namespace Slic3r