Forum Replies Created
-
AuthorPosts
-
Windell OskayKeymaster
Yes, that should be fine if you use different resistors. You *will* need to use more voltage. 5 V is max, and you’ll need to pick the resistors according to the voltage that you use. I’d recommend 4.5 V, as in 3 x AA cells.
Windell OskayKeymasterIn Inkscape preferences, select the System tab from the left-hand side. On the right hand side, locate where it says “User extensions” and press the Open button to open that folder on your computer. Delete everything in that folder.
Windell OskayKeymasterI’d suggest following up with support by email or in our support Discord; attachments are much easier in either of those ways.
Windell OskayKeymasterCan you please share the SVG that is causing this?
Windell OskayKeymasterFantastic; thanks!
Windell OskayKeymasterThe option is in the axidraw_conf.py configuration file.
From Inkscape, you can locate this file as follows:
A. Open Inkscape
B. From the menu, select **Inkscape > Preferences** (on a Mac) or **Edit > Preferences** (if using Windows)
C. Select System from the list on the left panel of the preferences window.
D. On the right-hand panel is a list of folder locations. Click the “Open” button to the right of the “User extensions” folder location. This will open the extensions folder on your computer.In that folder, locate axidraw_conf.py (likely the first item) and open it in a plain text editor. There, locate the line:
min_gap = 0.008
and change that value to zero or a negative number. Then, save the file.- This reply was modified 2 years, 6 months ago by Windell Oskay.
Windell OskayKeymasterAs I said on reddit, in *most* cases, plots with “preserve file order” do exactly follow the file order.
However, as it says in the user guide:
> One exception to note is that if one path ends right where another begins (on the same layer), those paths will be joined together, reducing the number of pen lifts needed.
(There is a hidden feature that can disable this optimization.)
If that’s not the situation, and you think that the software is not following the document order, then something else is wrong. To look into it further, please either provide a method that we can use to reproduce the issue or an SVG file that shows the issue. I’d recommend contacting support through email or our support discord for those, as the forums don’t support file attachments.
You can also preview plot order with the preview mode.
Windell OskayKeymasterIf you’re recently updated to Inkscape 1.2, you’ll need a new version of Hershey Advanced; contact support by email.
Windell OskayKeymasterGreat!
Windell OskayKeymasterInkscape uses its own bundled Python, and the AxiDraw software for Inkscape is essentially only available within Inkscape.
For the Python/CLI API, use the upgrade instructions from its installation instructions ( https://axidraw.com/doc/cli_api/#installation ):
python -m pip install https://cdn.evilmadscientist.com/dl/ad/public/AxiDraw_API.zip --upgrade --upgrade-strategy eager
(For my system, I actually use
python3 -m pip [...]
)Windell OskayKeymasterHi Cliff,
It should indeed return the same position. And, in my test here, it does.Is there any chance that you only updated the Inkscape-based software to 3.2, but not the API? (They’re actually independent.)
You can test with
axicli --version
Windell OskayKeymasterGreat; very glad to hear it!
Windell OskayKeymasterThe situation like this — where you had it working, put it away for some time and then get it out again but you can’t connect — almost always turns out to be a cable issue.
I would suggest that you disconnect the EggBot from both power and USB. Restart your computer, and then try connecting by USB alone. Leave the power cord disconnected until you’re able to establish communication.
Try different USB cables, if you have them available. If you are using any kind of USB adapter, also try connecting directly instead, or with a different adapter.
Windell OskayKeymasterIt should be fine to reverse one pair if you need to.
Windell OskayKeymasterThe first four positions in the terminal block “motor 2” drive one motor — usually the “egg motor” on an EggBot — and the second four positions in the terminal block “motor 1” drive the other motor, usually the “pen motor” on an EggBot.
Within either block of four are two pairs. The first two positions in the block drive one coil, and the second two positions drive the second coil in a motor.
If you aren’t sure how to wire up the motor to begin with, touch two of its four wires together and try to turn the shaft by hand. If touching those two wires together causes the shaft to have more resistance to turning, then those two wires are one pair going to the same coil, and the other two wires are the other pair on that motor. (If it doesn’t cause more resistance, then you have
The polarity does matter. Once you hook up both pairs of wires, try rotating the motor under power. If it doesn’t rotate the direction that you expect, reverse the order of one pair of the wires.
-
AuthorPosts