From: Ferdi van der Werf Date: Thu, 12 Apr 2012 20:25:09 +0000 (+0200) Subject: Switched flip y and z images, removed comments X-Git-Tag: RC3~68^2~3^2^2~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fe0ca4563c0b941f98fe5d095700a50499c0afb8;p=cura.git Switched flip y and z images, removed comments --- diff --git a/Cura/gui/preview3d.py b/Cura/gui/preview3d.py index 2091573c..fa7d5d12 100644 --- a/Cura/gui/preview3d.py +++ b/Cura/gui/preview3d.py @@ -91,10 +91,6 @@ class previewPanel(wx.Panel): self.toolbar2.AddSeparator() - #self.swapXZ = wx.CheckBox(self.toolbar2, -1, "XZ") - #self.swapXZ.SetValue(profile.getProfileSetting('swap_xz') == 'True') - #self.toolbar2.AddControl(self.swapXZ) - #self.Bind(wx.EVT_CHECKBOX, self.OnSwapXZClick, self.swapXZ) self.swapXZ = buttons.GenBitmapToggleButton(self.toolbar2, -1, wx.Bitmap('Cura/images/object-swap-xz.png'), size=(20,20)) self.swapXZ.SetBezelWidth(1) self.swapXZ.SetUseFocusIndicator(False) @@ -110,11 +106,6 @@ class previewPanel(wx.Panel): self.swapYZ.SetValue(profile.getProfileSetting('swap_yz') == 'True') self.toolbar2.AddControl(self.swapYZ) self.Bind(wx.EVT_BUTTON, self.OnSwapYZClick, self.swapYZ) - - #self.swapYZ = wx.CheckBox(self.toolbar2, -1, "YZ") - #self.swapYZ.SetValue(profile.getProfileSetting('swap_yz') == 'True') - #self.toolbar2.AddControl(self.swapYZ) - #self.Bind(wx.EVT_CHECKBOX, self.OnSwapYZClick, self.swapYZ) self.toolbar2.InsertSeparator(self.toolbar2.GetToolsCount()) self.toolbar2.AddControl(wx.StaticText(self.toolbar2, -1, 'Scale')) diff --git a/Cura/images/object-flip-y.png b/Cura/images/object-flip-y.png index e0a0ab2f..267251aa 100644 Binary files a/Cura/images/object-flip-y.png and b/Cura/images/object-flip-y.png differ diff --git a/Cura/images/object-flip-z.png b/Cura/images/object-flip-z.png index 267251aa..e0a0ab2f 100644 Binary files a/Cura/images/object-flip-z.png and b/Cura/images/object-flip-z.png differ