PrintConfig.cpp: Fix grammar mistake
This commit is contained in:
parent
3e22b39a42
commit
1874c42bb9
1 changed files with 1 additions and 1 deletions
|
@ -1983,7 +1983,7 @@ void PrintConfigDef::init_fff_params()
|
|||
"in order to remove any visible seam. This option requires a single perimeter, "
|
||||
"no infill, no top solid layers and no support material. You can still set "
|
||||
"any number of bottom solid layers as well as skirt/brim loops. "
|
||||
"It won't work when printing more than an object.");
|
||||
"It won't work when printing more than one single object.");
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("standby_temperature_delta", coInt);
|
||||
|
|
Loading…
Reference in a new issue