EXPERIMENTS for Linux

This commit is contained in:
YuSanka 2018-07-30 12:17:32 +02:00
parent b6d1d10502
commit 460021f7d0
4 changed files with 589 additions and 4 deletions

View file

@ -107,6 +107,10 @@ void update_scale_values(const Pointf3& size, float scale);
void update_rotation_values();
// update rotation value after "gizmos"
void update_rotation_value(const double angle, const std::string& axis);
wxSizer* get_experimental_sizer(wxWindow* parent);
} //namespace GUI
} //namespace Slic3r
#endif //slic3r_GUI_ObjectParts_hpp_