1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

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
+1 -1
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