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