mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 07:55:54 +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) {
|
||||
err_msg = L("Too small line width");
|
||||
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");
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user