Fixed configuration & validate C++ ports.

This commit is contained in:
bubnikv 2017-10-27 16:11:06 +02:00
parent 5a99e694ce
commit 3bc79e80d5
8 changed files with 36 additions and 37 deletions

View file

@ -1825,7 +1825,7 @@ std::string FullPrintConfig::validate()
// --nozzle-diameter
for (double nd : this->nozzle_diameter.values)
if (nd < 1)
if (nd < 0.005)
return "Invalid value for --nozzle-diameter";
// --perimeters