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:
weizhen.xie
2025-07-01 20:25:19 +08:00
committed by Noisyfox
parent ffab04262d
commit ca34800cad
10 changed files with 73 additions and 23 deletions

View File

@@ -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.");