mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-03 01:18:44 +03:00
fix some bug
This commit is contained in:
@@ -261,6 +261,10 @@ void AppConfig::set_defaults()
|
||||
if (get("old_settings_layout_mode").empty())
|
||||
set("old_settings_layout_mode", "1");
|
||||
|
||||
//y16
|
||||
if(get("switch to device tab after upload").empty())
|
||||
set("switch to device tab after upload", "0");
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("", "main_frame_maximized");
|
||||
erase("", "main_frame_pos");
|
||||
|
||||
@@ -2065,7 +2065,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("ironing_pattern", coEnum);
|
||||
def->label = L("Ironing Pattern");
|
||||
def->category = L("Ironing");
|
||||
def->tooltip = L("Ironing Type");
|
||||
def->tooltip = L("Ironing Pattern");
|
||||
def->set_enum<InfillPattern>({
|
||||
{ "rectilinear", L("Rectilinear") },
|
||||
{ "concentric", L("Concentric") }
|
||||
|
||||
Reference in New Issue
Block a user