mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 19:06:01 +08:00
increase the line width limit to 5x the nozzle diameter #1745
This commit is contained in:
parent
3e393df9df
commit
24bf61af73
@ -1140,7 +1140,7 @@ StringObjectException Print::validate(StringObjectException *warning, Polygons*
|
|||||||
} else if (extrusion_width_min <= layer_height) {
|
} else if (extrusion_width_min <= layer_height) {
|
||||||
err_msg = L("Too small line width");
|
err_msg = L("Too small line width");
|
||||||
return false;
|
return false;
|
||||||
} else if (extrusion_width_max >= max_nozzle_diameter * 2.5) {
|
} else if (extrusion_width_max > max_nozzle_diameter * 5) {
|
||||||
err_msg = L("Too large line width");
|
err_msg = L("Too large line width");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user