Skip to content

Commit

Permalink
Fix minor rendering glitch in 2D toolpaths preview
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Jun 16, 2015
1 parent be635c6 commit 455a106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Slic3r/GUI/Plater/2DToolpaths.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 455a106

Please sign in to comment.