Making the world a better place, one Evil Mad Scientist at a time.
Maintenance notice:
These forum archives are read-only, and will be removed shortly.
Please visit our forums at their new location, https://www.evilmadscientist.com/forums/.
It's an undocumented feature-- you'll need to look through the firmware to see how that works. There isn't a whole lot of storage space there, but enough for a couple of small files.
The USB port on the EBB is a "USB device" port, not a "USB host" p…
After following up by e-mail, it turns out that this was _not_ actually an AxiDraw V2, but a poorly made knock-off. This level of "performance" is typical for those machines-- we've seen it now several times.
To do that, you would actually need to work at a deeper level, and alter the programming of the EBB itself, since it presently does not have any facility to work from an off-board stored file. It is certainly possible to reprogram the EBB-- its sour…
This appears to be quite broken-- like something is physically loose on the machine. See if you can identify what the cause is, in case it is something that you might be able to screw down. If not, please contact customer service directly so that we…
I presume by "machine language" in this case that you mean the set of serial commands that are sent to the AxiDraw over USB. You could potentially modify the script to save a copy of each command sent to a file, but that does require that you note e…
Saw this page today, which shows off counterfeit FTDI chips on an adapter that looks just like yours: https://syonyk.blogspot.com/2017/03/fixing-fake-ftdi-ft232rl-adapters-ssop.html
Hard to say for sure. An issue with the Peggy (for example an incomplete solder joint or backwards component somewhere) can sometimes create a programming error, even when everything else is working properly.
Did your adapter come with any documenta…
I've added a feature to support this ("documentation layers") in the newest revision of the AxiDraw software. It's available for manual installation from our github repository, and you can read about it here: http://wiki.evilmadscientist.com/AxiDraw…
It was (1). We noted the problem recently, but weren't conclusively able to track down all of the orders that shipped this way. We're very sorry for the trouble; Please contact customer support-- we can send you replacement kits.
I would second both of those. Another thing that you could do would be to edit the axidraw control script on your computer and suppress the error message. (I can point the way if you would like to do that.)
Another approach would be to add some "out…
It is unfortunate that the program is not more responsive, especially with large numbers of stipples. I have sometimes thought of trying to rewrite it from scratch, perhaps in OpenFrameworks, or some similar setup. But yes, excellent tip.
I haven't…
I can confirm this behavior, on both Inkscape 0.91 and 0.92.
This behavior it is known to the Inkscape team, but I don't know if this is regarded as a "bug" or not-- it may be considered a predictable artifact of the rendering method that is used.…
Cncserver and robopaint are intended to use the coordinate system as one normally does with AxiDraw: (0,0) is the upper left corner of the page, and there is no explicit entry of the page size. The only significant difference is that there is not au…
The example app at localhost:4242 is a WaterColorBot control example; it is not an API.You can check whether the API is in AxiDraw mode by browsing to: http://localhost:4242/v1/settings/global .
If it is still in WaterColorBot mode (and the fact tha…
Ah-- I see. You were looking at the board layout picture, rather than a schematic. The crosshairs there ("+") is where the center of the hole is drilled. I do see how that could be confusing.
I'm not sure what "outboard" means in this case.
I'm looking at the schematic diagram now, and I don't see anything that is inconsistent with the actual circuit board. If you think that there is, please specify exactly what diagram you are looking a…
Running on 12 V is pushing the limits of the device quite a bit more than it would to run it at a lower voltage. 125 mA at 12 V gives P = I * V = 1.5 W of power, and since there aren't any direct routes around the device from +12 to ground, that is …
There are quite a few different solutions. The right one for you will depend upon factors including the speed that you require, the current carrying capacity, and so forth.
Depending on your application, you might be able to just use a transistor in…
There are several different "2.0" versions-- please make sure that you are using the latest, "v2.0.0 Beta 3".
Can you also say which platform (Mac? Windows?) you are using?
All of our source code is open source; you are welcome to look through our documentation pages and find the specific resources that you are looking for.