Hi
On examining the eggbot-sa.py file from the eggbot standalone zip file there are several eggbot specific import files.
The eggbot-sa.py file contains:
import EggbotGuiMenu
import EggbotGuiConfiguration
import EggbotGuiManualControl
import EggbotSerial
import EggbotPlotEAGLE
The EggbotPlotEAGLE file is in the zip file, the others are "missing",
does these files exist somewhere or was the standalone project abandoned?
The reason for asking is that while testing testing the latest EBB version
trying to verify the pen-arm movement bug it would be nice to "automate"
the process instead of sending plots through Inkscape.
By having the program as a stand-alone script it is easier to vary the parameters
by creating lines of different (random) lengths.
So far a few hours of running plots of 1000 lines at a time have failed to reproduce the bug.
( It is however easy to get the motor movement to fail by running the motors too fast. )
RGDS
Ragnar
Comments
Thanks for the tip, the RoboPaint API road looks interesting. Will download the code and have a look.
Yes, I have "patched" bits n pieces from the Inkscape eggbot extension. I am currently sending commands stand alone, without a GUI. No sign of the EBB "bug" yet. I am not testing the rotation but verify that the motor always returns to the starting position, (when the motor "misses" step the "home" position will change)
RGDS
Ragnar