Infill(Plater) updates with Infill (Print Settings).

*Updated some fuctions
This commit is contained in:
YuSanka 2018-03-12 16:52:21 +01:00
parent e8adbd7303
commit 5bb736daf2
3 changed files with 66 additions and 76 deletions

View file

@ -44,6 +44,7 @@ class TabIface;
namespace GUI {
class Tab;
class ConfigOptionsGroup;
// Map from an file_type name to full file wildcard name.
typedef std::map<std::string, std::string> t_file_wild_card;
inline t_file_wild_card& get_file_wild_card() {
@ -130,6 +131,8 @@ wxWindow *get_widget_by_id(int id);
void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFlexGridSizer* preset_sizer);
ConfigOptionsGroup* get_optgroup();
}
}