diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 6f37c06..b7ba8ef 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1043,10 +1043,11 @@ class Viewer(wx.Panel): writer.SetRenderWindow(renwin) writer.Write() else: + ren = self.slice_data.renderer #Use tiling to generate a large rendering. image = vtk.vtkRenderLargeImage() - image.SetInput(self.ren) - image.SetMagnification(2) + image.SetInput(ren) + image.SetMagnification(1) image = image.GetOutput() -- libgit2 0.21.2