mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 00:34:26 +08:00
parent
bd1256ae93
commit
4d11d791b9
@ -225,7 +225,7 @@ void Fill::fill_surface_extrusion(const Surface *surface, const FillParams ¶
|
||||
|
||||
coord_t Fill::_line_spacing_for_density(float density) const
|
||||
{
|
||||
return coord_t(scale_(this->get_spacing()) / density);
|
||||
return scale_(this->get_spacing() / density);
|
||||
}
|
||||
|
||||
//FIXME: add recent improvmeent from perimetergenerator: avoid thick gapfill
|
||||
|
Loading…
x
Reference in New Issue
Block a user