Improved handling of excessive extrusion width values (too small

or too big).
Fixes std: bad_alloc #2715
This commit is contained in:
bubnikv 2019-08-06 15:11:46 +02:00
parent 29d9c65ee2
commit 74e592ceaa
4 changed files with 60 additions and 10 deletions

View file

@ -340,6 +340,7 @@ class TabFilament : public Tab
void add_filament_overrides_page();
void update_filament_overrides_page();
void update_volumetric_flow_preset_hints();
std::map<std::string, wxCheckBox*> m_overrides_options;
public: