mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-09-13 14:18:06 +02:00
Completely replaced the homebrew Pointf3 class with Eigen Vec3d.
Replaced the unscale macro with a template, implemented templates for unscaling Eigen vectors.
This commit is contained in:
@@ -391,7 +391,7 @@ static bool prepare_infill_hatching_segments(
|
||||
// Full infill, adjust the line spacing to fit an integer number of lines.
|
||||
out.line_spacing = Fill::_adjust_solid_spacing(bounding_box.size()(0), line_spacing);
|
||||
// Report back the adjusted line spacing.
|
||||
fill_dir_params.spacing = float(unscale(line_spacing));
|
||||
fill_dir_params.spacing = unscale<double>(line_spacing);
|
||||
} else {
|
||||
// Extend bounding box so that our pattern will be aligned with the other layers.
|
||||
// Transform the reference point to the rotated coordinate system.
|
||||
|
||||
Reference in New Issue
Block a user