summarylogtreecommitdiffstats
path: root/image-to-gcode.patch
diff options
context:
space:
mode:
authorPeter Ivanov2016-04-23 08:27:52 +0200
committerPeter Ivanov2016-04-23 08:27:52 +0200
commit23988d878f7c99add2719e5a3d38c7e75f700b09 (patch)
tree9eee845fb50cb1d23328f53db6887ddd87f20eff /image-to-gcode.patch
parentc44ff28c847645cacdbb8e6dcec8d8469adcc140 (diff)
downloadaur-23988d878f7c99add2719e5a3d38c7e75f700b09.tar.gz
Patch of image-to-gcode was added.
Diffstat (limited to 'image-to-gcode.patch')
-rw-r--r--image-to-gcode.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/image-to-gcode.patch b/image-to-gcode.patch
new file mode 100644
index 000000000000..95f4607328d0
--- /dev/null
+++ b/image-to-gcode.patch
@@ -0,0 +1,11 @@
+--- image-to-gcode 2016-04-23 08:02:14.000000000 +0200
++++ emc/usr_intf/axis/scripts/image-to-gcode.py 2016-04-23 08:00:16.004178946 +0200
+@@ -23,7 +23,7 @@
+ import gettext;
+ gettext.install("linuxcnc", localedir=os.path.join(BASE, "share", "locale"), unicode=True)
+
+-import Image
++from PIL import Image
+
+ try:
+ import numpy.numarray as numarray