mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 20:21:49 +08:00
Fixed error in previous commit
This commit is contained in:
parent
88387634eb
commit
c36a7c1e3d
@ -185,7 +185,7 @@ LayerRegion::make_fill()
|
||||
#endif
|
||||
|
||||
// switch to rectilinear if this pattern doesn't support solid infill
|
||||
if (density > 0.9999f && !f->can_solid())
|
||||
if (density > 99 && !f->can_solid())
|
||||
#if SLIC3R_CPPVER >= 11
|
||||
f = std::unique_ptr<Fill>(Fill::new_from_type(ipRectilinear));
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user