Merge pull request #5396 from RichiH/patch-1

PrintConfig.cpp: Fix grammar mistake
This commit is contained in:
Vojtěch Bubník 2020-12-08 07:18:15 +01:00 committed by GitHub
commit a6dd6d617e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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