> > why do you run machinekit with that configuration as well as the run.py > script? >
I probably expressed myself wrong. What I did mean is that I ran machinekit command, from the example configuration command selected Fabrikator Mini CRAMPS (so I used the config files which came with machinekit install in aforementioned BBB image), then cd to config directory and tried to run the run.py script to see if there are any errors. > > Am I right in that you cloned this repository? > https://github.com/machinekoder/Fabrikator-Mini-CRAMPS > > if so, then cd into that directory and run the run.py script from there. > No need to start machinekit too. > > Traceback (most recent call last): > File "fabrikator_mini.py", line 8, in <module> > from fdm.config import velocity_extrusion as ve > ImportError: No module named config > > this error is saying it can’t find this the “config” folder like here > https://github.com/machinekit/machinekit/tree/luminize-patch-1/lib/python/fdm/config > . > in a terminal type “sudo find / -name velocity_extrusion.py” or “sudo find > / -name base.py” > what does it say? > The first write back notning (shouldn't there at least be info that nothing was found?), the second machinekit@beaglebone:/etc/apt$ sudo find / -name base.py /usr/lib/python3.4/email/mime/base.py /usr/lib/python2.7/email/mime/base.py /usr/lib/python2.7/dist-packages/pylint/checkers/base.py /usr/lib/python2.7/dist-packages/cryptography/hazmat/primitives/ciphers/base .py /usr/lib/python2.7/dist-packages/blinker/base.py /usr/lib/python2.7/dist-packages/zmq/auth/base.py /usr/lib/python2.7/dist-packages/pyasn1/type/base.py /usr/share/pyshared/pyasn1/type/base.py /usr/share/linuxcnc/examples/sample-configs/sim/qqvsim/config/base.py /usr/share/dh-python/dhpython/build/base.py /usr/local/lib/python2.7/dist-packages/pip/_vendor/html5lib/filters/base.py /usr/local/lib/python2.7/dist-packages/pip/_vendor/html5lib/treewalkers/base .py /usr/local/lib/python2.7/dist-packages/pip/_vendor/html5lib/treebuilders/ base.py But there is no config directory in fdm directory. I will try to add it from machinekit github. -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
