Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/TopSurface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TopSurface.cpp b/src/TopSurface.cpp
index 18b691866..3dee48fa1 100644
--- a/src/TopSurface.cpp
+++ b/src/TopSurface.cpp
@@ -85,7 +85,7 @@ bool TopSurface::ironing(const SliceDataStorage& storage, const SliceMeshStorage
}
Polygons ironed_areas = areas.offset(ironing_inset);
- Infill infill_generator(pattern, zig_zaggify_infill, connect_polygons, ironed_areas, line_width, line_spacing, infill_overlap, infill_multiplier, direction, layer.z - 10, shift, max_resolution, max_deviation, wall_line_count, infill_origin, skip_line_stitching);
+ Infill infill_generator(pattern, zig_zaggify_infill, connect_polygons, ironed_areas, line_spacing, line_spacing, infill_overlap, infill_multiplier, direction, layer.z - 10, shift, max_resolution, max_deviation, wall_line_count, infill_origin, skip_line_stitching);
std::vector<VariableWidthLines> ironing_paths;
Polygons ironing_polygons;
Polygons ironing_lines;