mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
Workaround for #6814
This commit is contained in:
parent
038459b083
commit
e2475c9576
3 changed files with 13 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ public:
|
|||
void toggle_field(const std::string& field_key, const bool toggle, int opt_index = -1);
|
||||
|
||||
// FFF print
|
||||
void update_print_fff_config(DynamicPrintConfig* config, const bool is_global_config = false);
|
||||
void update_print_fff_config(DynamicPrintConfig* config, const bool is_global_config = false, bool set_support_material_overhangs_queried = false);
|
||||
void toggle_print_fff_options(DynamicPrintConfig* config);
|
||||
|
||||
// SLA print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue