1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix minor rendering glitch in 2D toolpaths preview

This commit is contained in:
Alessandro Ranellucci
2015-06-17 00:34:05 +02:00
parent be635c69e7
commit 455a1062ef
+2 -1
View File
@@ -262,8 +262,9 @@ sub set_z {
}
}
# reverse layers so that we draw the lowermost (i.e. current) on top
$self->z($z);
$self->layers([ @layers ]);
$self->layers([ reverse @layers ]);
$self->Refresh;
}