This commit is contained in:
supermerill 2020-08-23 12:16:39 +02:00
parent 89f6995e74
commit d02921195f
2 changed files with 3 additions and 3 deletions

View File

@ -3253,8 +3253,8 @@ void PrintConfigDef::init_fff_params()
def->label = L("merging with perimeters"); def->label = L("merging with perimeters");
def->full_label = L("Thin wall merge"); def->full_label = L("Thin wall merge");
def->category = OptionCategory::perimeter; def->category = OptionCategory::perimeter;
def->tooltip = L("Allow the external perimeter to merge the thin walls in the path. !!! IF you disable this setting, please explain me why (via help->report issue)" def->tooltip = L("Allow the external perimeter to merge the thin walls in the path."
" because I'm going to DELETE this setting next release, as i don't see why someone may want to disable it."); " You can deactivate it if you use thin walls as a custom support, to reduce adhesion a little bit.");
def->mode = comExpert; def->mode = comExpert;
def->set_default_value(new ConfigOptionBool(true)); def->set_default_value(new ConfigOptionBool(true));

View File

@ -477,7 +477,7 @@ const std::vector<std::string>& Preset::print_options()
"bridge_acceleration", "first_layer_acceleration", "default_acceleration", "bridge_acceleration", "first_layer_acceleration", "default_acceleration",
"duplicate_distance", "duplicate_distance",
"skirts", "skirt_distance", "skirt_height", "skirts", "skirt_distance", "skirt_height",
"skirt_extrusion_width", "skirt_extrusion_width",
"min_skirt_length", "min_skirt_length",
"draft_shield", "draft_shield",
"brim_inside_holes", "brim_inside_holes",