mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:Object skipping supports skipping flushing of filament change
Jira:[STUDIO-12781] Change-Id: Ia21d07b0ef107867cce55631d99bd03caebd6387 (cherry picked from commit d74849d499078f87d14282e92f48b2c02355d96c)
This commit is contained in:
@@ -2365,6 +2365,9 @@ void PrintConfigDef::init_fff_params()
|
||||
def->set_default_value(new ConfigOptionFloat { 0. });
|
||||
|
||||
|
||||
def = this->add("support_object_skip_flush", coBool);
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("bed_temperature_formula", coEnum);
|
||||
def->label = L("Bed temperature type");
|
||||
def->tooltip = L("This option determines how the bed temperature is set during slicing: based on the temperature of the first filament or the highest temperature of the printed filaments.");
|
||||
|
||||
Reference in New Issue
Block a user