Changing the internal representation of Point / Pointf / Point3 / Pointf3 to Eigen Matrix types, first step
This commit is contained in:
@@ -20,7 +20,7 @@ void FillConcentric::_fill_surface_single(
|
||||
coord_t distance = coord_t(min_spacing / params.density);
|
||||
|
||||
if (params.density > 0.9999f && !params.dont_adjust) {
|
||||
distance = this->_adjust_solid_spacing(bounding_box.size().x, distance);
|
||||
distance = this->_adjust_solid_spacing(bounding_box.size().x(), distance);
|
||||
this->spacing = unscale(distance);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user