From 7d82c4c4126fa51db71971195941c7c032be6197 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Thu, 25 May 2023 13:06:18 +0200 Subject: [PATCH] Fixed previous commit --- src/libslic3r/GCode/WipeTower.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/GCode/WipeTower.cpp b/src/libslic3r/GCode/WipeTower.cpp index 82b602211..0853951db 100644 --- a/src/libslic3r/GCode/WipeTower.cpp +++ b/src/libslic3r/GCode/WipeTower.cpp @@ -1366,7 +1366,7 @@ std::vector> WipeTower::extract_wipe_volumes(const PrintConfi // Also include filament_minimal_purge_on_wipe_tower. This is needed for the preview. for (unsigned int i = 0; i(wipe_volumes[i][j], config.filament_minimal_purge_on_wipe_tower.get_at(j)); return wipe_volumes; }