-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreadme
More file actions
executable file
·37 lines (25 loc) · 836 Bytes
/
readme
File metadata and controls
executable file
·37 lines (25 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# InkCut v1.0
# Written by Jairus Martin, frmdstryr@gmail.com
Requirements
-------------------------------------------
pyserial must be installed (UPDATE: this is now included in 1.0)
visit http://pyserial.sourceforge.net/
on ubuntu:
sudo apt-get install python-serial
Install
-------------------------------------------
copy the contents of this folder into
the inkscape extensions folder
on ubuntu:
/home/username/.config/inkscape/extensions
restart inskcape
look for the extension under extensions-> cutter / plotter - > InkCut
Enjoy!
Changelog
-------------------------------------------
completely redesigned!, a few bugs exists and will be worked out in newer versions
# Todo in v1
# box around copies does not work
# groups are not handeled
# transformations are not handled
# rotate axis 90 off has not been tested