when a first layer height was set in percents.
This commit is contained in:
bubnikv 2017-02-12 00:51:53 +01:00
parent 61f9414b09
commit 8d6acd2aec
3 changed files with 6 additions and 10 deletions

View file

@ -655,7 +655,7 @@ Print::validate() const
// are of the same diameter.
if (nozzle_diameters.size() > 1)
return "Printing with multiple extruders of differing nozzle diameters. "
"If support is to be printed with the current extruder (support_material_extruder == 0 or support_material_interface_extruder == 0), ",
"If support is to be printed with the current extruder (support_material_extruder == 0 or support_material_interface_extruder == 0), "
"all nozzles have to be of the same diameter.";
}