mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 19:35:57 +08:00
typos
This commit is contained in:
parent
89f6995e74
commit
d02921195f
@ -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));
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user