Forum Replies Created
-
AuthorPosts
-
Windell OskayKeymaster
Hershey Advanced is separate software, with a separate installer. (And, you may want to use AxiDraw Merge instead, since it renders and prints in a single step.)
I see that you’ve written to us by email; we’ll follow up there.
Windell OskayKeymasterI’d recommend that you use Hershey Advanced or AxiDraw Merge, both of which includes handwriting-like defects as an option.
Windell OskayKeymasterHard to say without more information, but *do not* add any oil. Please follow up on our support chat or contact us directly by email.
Chat: https://discord.gg/axhTzmr
Email contact form: http://shop.evilmadscientist.com/contact
Windell OskayKeymasterYes, that’s overdriving them. You might consider dropping the 5 V to about 3 V by three regular silicon diodes, e.g., 1N914 or 1N4001, in series between your Arduino output and the power input of the Larson Scanner.
Windell OskayKeymasterHere is an updated installer that should resolve the issue:
https://evilmadscience.s3.us-east-1.amazonaws.com/dl/ad/public/AxiDraw_275r2.exe.zipLinda, you might want to try running this, and see if it can resolve the issue for you.
Windell OskayKeymasterI now have what appears to be a fix for the issue, and I’ll hopefully be able to bundle that into an installer in the next few days.
Windell OskayKeymasterGreat news: I’m able to reproduce this here a file that @BamBam sent.
Windell OskayKeymasterI have tested the link several times, and it seems to be valid.
Windell OskayKeymasterPlease use our chat ( https://discord.gg/axhTzmr ) — we can go to private messages there — or direct tech support ( http://shop.evilmadscientist.com/contact )
Windell OskayKeymaster@BamBam:
You are describing what sounds like a different set of symptoms that has some overlap.
Can you please clearly state:
– Which OS and version
– Which exact machine you are using
– EBB firmware versionThe issue that Linda was describing was with the EggBot, not AxiDraw. I’m not sure what you mean by “The one difference is that I use the eggbot extensions […]”
I’m not sure what file you are referring to being sent with the EggBot extensions — we haven’t posted any extensions in this thread, just a test file.
If you think that the issue you are seeing is file dependent — not occurring with the test file that we posted but occurring with one of your files — then please consider sending us a copy of the file to test.
Windell OskayKeymasterHmm. Everything you’ve described seems correct in the setup, and I haven’t found anything that points to what the problem might be. Let’s try a different approach.
First, please disconnect the EggBot from both power and USB, and then connect the USB cable (only) to it.
Here’s a very small test file:
https://evilmadscientist.s3.us-east-1.amazonaws.com/scratch/eb-axi-test.svgPlease open that in Inkscape, open Extensions > AxiDraw Control…, and select the first tab, called “Plot”, and then click Apply. Does that produce the same kind of communication error messages?
If you’d like to try this test with power, that’s fine too, but in the Timing tab of AxiDraw Control, change the top two numbers (writing/drawing and pen-up speeds) both to 1 (1% speed) first.
Windell OskayKeymasterWell, there’s one that we’ve never come across before. Some searches show other cases of this issue on that platform.
There is some general advice about lxml installation here:
https://lxml.de/installation.html
Depending on what’s available through your package manager, you might try installing python3-lxml or possibly libxml2-dev libxslt-dev python-dev, and see if any of those help.
Windell OskayKeymasterPretty rare in practice– just means that it isn’t installed correctly.
OS/version/architecture? And, is this macports?
In a new terminal, try
python3 -m pip list | grep lxml
Windell OskayKeymasterThen try
from lxml import etree
Windell OskayKeymasterTry opening a terminal, and in it launch python:
python3
Then, try
import lxml
-
AuthorPosts