Fix minor rendering glitch in 2D toolpaths preview
This commit is contained in:
parent
be635c69e7
commit
455a1062ef
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue