檔案圖示
 
 

17276

 

11

Inkcut

作者 frmdstryr

An free and open source application for controlling 2D plotters, cutters, engravers, and 2D CNC machines.

Inkcut includes an extension for Inkscape which allows the user to send graphics drawn in Inkscape to a cutter, plotter, or engraver.

Inkcut must be installed for this extension to work, see https://github.com/codelv/inkcut for install instructions.
---
Curated by Martin Owens on March 15 2021 11:09 AM

Inkscape Extensions

大小
2.2 KB
建立時間
修訂
2
類型
application/x-t…
General Public License v3 (GPLv3)

連結

brynn 寫於

Oh wow, has this been updated to work with the current stable version of Inkscape? I know a lot of people will be happy to hear that!

Are the old sourceforge addresses still relevant? (I'm currently preparing a listing of all external extensions, so I want to make sure I have the right links.)

frmdstryr 寫於

Good to hear! I just updated to 0.92.3 and the extension is working fine. Inkcut is now a separate application that the user must install.

I'm planning to remove the old sourceforge version, move everything to github (for those that may still want it), and focus on the new version, so please use the github and/or codelv links.

Thanks!

brynn 寫於

Thanks!

Carlos Gonzalo Ibanez Alcala 寫於

Hello everyone!

Is there any way to use this plugin with a standard Chinese laser engraver like the Eleksmaker?

LasseLu 寫於

Is the development of the windows version still current?

NoseyParker 寫於

I Don't know if im posting this in the correct place. But I signed up and after I verified my accountI was unable to join the chat?
HERES WHERE I NEED HELP PLEASE.
Ive been Using The latest Package Inkscape/XQuartz on my mac for years with Signcut/extension - Fantastic.
Ive just installed ink cut using home-brew no Problem and seems to work fine (although I have not attempted to cut anything yet)
Ive been trying to find a plug in for inkscape so i can send the work straight to inkcut then I loose sign cut.
If this is possible please could some kind person help.
Thank you.

Mario Voigt 寫於

Thanks for the recent update. I can confirm that this works fine with my InkScape on Windows. Inkcut build information for Windows: https://wiki.fablabchemnitz.de/display/FCT/Setup+InkCut+Plotter+Software

regards, Mario

Tidylima 寫於

No meu inkscape retorna esse erro "Traceback (most recent call last):
File "inkcut_cut.py", line 26, in <module>
import inkex
File "/snap/inkscape/7536/share/inkscape/extensions/inkex/__init__.py", line 11, in <module>
from .extensions import *
File "/snap/inkscape/7536/share/inkscape/extensions/inkex/extensions.py", line 33, in <module>
from .elements import load_svg, BaseElement, ShapeElement, Group, Layer, Grid, \
File "/snap/inkscape/7536/share/inkscape/extensions/inkex/elements/__init__.py", line 8, in <module>
from ._base import SVG_PARSER, load_svg, ShapeElement, BaseElement
File "/snap/inkscape/7536/share/inkscape/extensions/inkex/elements/_base.py", line 31, in <module>
from lxml import etree
ModuleNotFoundError: No module named 'lxml'

alguem sabe me dizer como corrigir?

Diadu Marsan 寫於

Inkcut error :

/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp
Traceback (most recent call last):
File "inkcut_cut.py", line 87, in <module>
InkscapeInkcutPlugin().run()
File "/usr/share/inkscape/extensions/inkex/base.py", line 123, in run
self.save_raw(self.effect())
File "inkcut_cut.py", line 83, in effect
p.stdin.close()
BrokenPipeError: [Errno 32] Broken pipe
/usr/lib/python3.7/subprocess.py:883: ResourceWarning: subprocess 7516 is still running
ResourceWarning, source=self)

JIsep Med 寫於

Inkcut Extension Error after updating to to ubuntu 20.04 and inkscape 1.x... Could this an issue with using python 3.8 and not 3.7?

Error below. When clicking on inkcut extension. Please note that inkcut works fine when running from terminal.

/usr/lib/python3.8/subprocess.py:942: ResourceWarning: subprocess 9731 is still running
_warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback

Enda Hannon 寫於

Using windows 10 home and inkscape 1, I get this message

inkcut_cut.py:27: DeprecationWarning: inkex.localize was moved to inkex.localization.localize
inkex.localize()
inkcut_cut.py:73: DeprecationWarning: Effect.affect is now `Effect.run()`. The `output` argument has changed.
effect.affect()
inkcut_cut.py:44: DeprecationWarning: Effect.selected is now a dict in the svg. Use `self.svg.selected`.
nodes = self.selected
inkcut_cut.py:50: DeprecationWarning: Effect.selected is now a dict in the svg. Use `self.svg.selected`.
if contains_text(self.selected.values()):
inkcut_cut.py:68: DeprecationWarning: inkex.etree was removed, use "from lxml import etree"
p.stdin.write(inkex.etree.tostring(document))
D:\Program Files\inkscape\lib\python3.8\subprocess.py:942: ResourceWarning: subprocess 10128 is still running
_warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback

Any help is appreciated.

arnaudaujon 寫於

Hi,
Inkscape 1.0/python > 3.5 support is coming soon, last issue is https://github.com/inkcut/inkcut/issues/247

Enda Hannon 寫於

Traceback (most recent call last):
File "inkcut_cut.py", line 27, in <module>
optparse_spec = importlib.util.find_spec("optparse")
AttributeError: module 'importlib' has no attribute 'util'

arnaudaujon 寫於

Thanks for the report, there is a fix (I hope) here : https://github.com/inkcut/inkcut/issues/259, are you using windows/linux ? What's you python version ?

Mevin007 寫於

Hiii
Please share how to install the inkcut

登入以留下評註!