mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Improved handling of excessive extrusion width values (too small
or too big). Fixes std: bad_alloc #2715
This commit is contained in:
parent
29d9c65ee2
commit
74e592ceaa
4 changed files with 60 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue