mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 22:38:58 +08:00
Fix minor rendering glitch in 2D toolpaths preview
This commit is contained in:
parent
be635c69e7
commit
455a1062ef
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user