chiark / gitweb /
Add icons for Z move
authorDaid <daid303@gmail.com>
Thu, 10 May 2012 20:44:42 +0000 (22:44 +0200)
committerDaid <daid303@gmail.com>
Thu, 10 May 2012 20:44:42 +0000 (22:44 +0200)
Cura/gui/printWindow.py
Cura/images/print-move-z-0.1.png [new file with mode: 0644]
Cura/images/print-move-z-1.png [new file with mode: 0644]
Cura/images/print-move-z-10.png [new file with mode: 0644]
Cura/images/print-move-z0.1.png [new file with mode: 0644]
Cura/images/print-move-z1.png [new file with mode: 0644]
Cura/images/print-move-z10.png [new file with mode: 0644]

index d03a556a2a6232b2db2aaebba9be67b891fa7014..f28110656ec207438bfacb6d4cb40564efcf85d7 100644 (file)
@@ -141,13 +141,13 @@ class printWindow(wx.Frame):
                sizer.Add(PrintCommandButton(self, 'G1 X10 F6000', 'print-move-x10.png'), pos=(3,5))\r
                sizer.Add(PrintCommandButton(self, 'G1 X100 F6000', 'print-move-x100.png'), pos=(3,6))\r
 \r
-               sizer.Add(PrintCommandButton(self, 'G1 Z10 F200', 'object-max-size.png'), pos=(0,6))\r
-               sizer.Add(PrintCommandButton(self, 'G1 Z1 F200', 'object-max-size.png'), pos=(1,6))\r
-               sizer.Add(PrintCommandButton(self, 'G1 Z0.1 F200', 'object-max-size.png'), pos=(2,6))\r
+               sizer.Add(PrintCommandButton(self, 'G1 Z10 F200', 'print-move-z10.png'), pos=(0,6))\r
+               sizer.Add(PrintCommandButton(self, 'G1 Z1 F200', 'print-move-z1.png'), pos=(1,6))\r
+               sizer.Add(PrintCommandButton(self, 'G1 Z0.1 F200', 'print-move-z0.1.png'), pos=(2,6))\r
 \r
-               sizer.Add(PrintCommandButton(self, 'G1 Z-0.1 F200', 'object-max-size.png'), pos=(4,6))\r
-               sizer.Add(PrintCommandButton(self, 'G1 Z-1 F200', 'object-max-size.png'), pos=(5,6))\r
-               sizer.Add(PrintCommandButton(self, 'G1 Z-10 F200', 'object-max-size.png'), pos=(6,6))\r
+               sizer.Add(PrintCommandButton(self, 'G1 Z-0.1 F200', 'print-move-z-0.1.png'), pos=(4,6))\r
+               sizer.Add(PrintCommandButton(self, 'G1 Z-1 F200', 'print-move-z-1.png'), pos=(5,6))\r
+               sizer.Add(PrintCommandButton(self, 'G1 Z-10 F200', 'print-move-z-10.png'), pos=(6,6))\r
 \r
                self.sizer.AddGrowableRow(3)\r
                self.sizer.AddGrowableCol(0)\r
diff --git a/Cura/images/print-move-z-0.1.png b/Cura/images/print-move-z-0.1.png
new file mode 100644 (file)
index 0000000..83adeb2
Binary files /dev/null and b/Cura/images/print-move-z-0.1.png differ
diff --git a/Cura/images/print-move-z-1.png b/Cura/images/print-move-z-1.png
new file mode 100644 (file)
index 0000000..f63e016
Binary files /dev/null and b/Cura/images/print-move-z-1.png differ
diff --git a/Cura/images/print-move-z-10.png b/Cura/images/print-move-z-10.png
new file mode 100644 (file)
index 0000000..9e211c8
Binary files /dev/null and b/Cura/images/print-move-z-10.png differ
diff --git a/Cura/images/print-move-z0.1.png b/Cura/images/print-move-z0.1.png
new file mode 100644 (file)
index 0000000..0dad3b3
Binary files /dev/null and b/Cura/images/print-move-z0.1.png differ
diff --git a/Cura/images/print-move-z1.png b/Cura/images/print-move-z1.png
new file mode 100644 (file)
index 0000000..c98ed52
Binary files /dev/null and b/Cura/images/print-move-z1.png differ
diff --git a/Cura/images/print-move-z10.png b/Cura/images/print-move-z10.png
new file mode 100644 (file)
index 0000000..4cf61f4
Binary files /dev/null and b/Cura/images/print-move-z10.png differ