-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing mDraw on Linux/Ubuntu #7
Comments
👍 |
What I did so far.
The mDraw Software starts and it looks fine. But I have following problem. Opening svg files doesnt work right. When I go to a folder with svg files, it doesnt show any files. When I write the filename it opens the file |
yes, maybe you have to run it from source code for now, and update firmware by arduino ide |
How do I do that? How do I run the software from source code? |
@Buitani This is what you just did. |
I have been working on this and have a way of running the source code, but I'm still working out all the issues on Linux. Firmware upload works, but connection is sporadic due to the line endings. I've written a test to prove why the connection sometimes worked, just need to update the original code |
When will a Linux Package be available? I have the Kit since a week now, robot is built but of no use as I only run Ubuntu on my Computers... I will be glad to test if you can provide any package! |
I've added the necessary code but its not currently built into a package, the svg opening issue is still there, but it runs. I've only tested the eggbot, but I don't see what the difference would be in the other modes. |
To open SVG's in Linux replace the following line in robot_gui.py |
Hi there, since the software got updated there is no robot_gui.py in the mDrawGui Folder. Which ist the correct file to run mDraw? I did run RobotUtils.py with
Nothing happend. I did run mDraw.Gui with
and got following message:
|
I'm using python3 mDrawGui/mDraw.py to start mDraw. You also need to install python-qt5. |
Hi meeuw, thank you for your reply. Now I installed python-qt5 and tried to start mDraw with
I got following message:
|
You might have guessed it, you should install pyserial for the serial module. |
You were right. I had modules for python installed but not for phyton3. Now I installed the missing modules and mDraw is working. (Sometimes it crashes, but mostly its working) Opening files looks a little bit strange, because background is in dark grey and the fonts are black, so its hard to read. Also I still have that problem with the laser which I also reported here #22. mSacra moves ridiculous fast when changing delay. (Even faster like fastest speed possible in the speed setup) I dont know if its a problem with mDraw in general or just with linux/ubuntu. Result: I cant do anything productive with the laser. |
I am unable to get it working but at some point I got this in console output:
Does anybody has any idea whether these issue could be related? |
Hi @alexanderadam I'm guessing here but do you have the right permission to your serial port? Which device in /dev are you using and what are the permissions for this device file? |
I'm starting it with sudo rights at the moment… 😒 |
Package needed: |
You need to be in the
|
And package |
@matthieu-labas I can't check anymore. I wrote about this issue nearly two years ago and I'm not actively using it anymore at the moment. I also upgraded my installation in the meantime so it could be that things changed anyway. 😉 |
How to install the mDraw Software on Ubuntu?
The text was updated successfully, but these errors were encountered: