Skip to content
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

Slic3r won't connect to RUMBA board running marlin #3158

Closed
amrelk opened this issue Dec 14, 2015 · 10 comments
Closed

Slic3r won't connect to RUMBA board running marlin #3158

amrelk opened this issue Dec 14, 2015 · 10 comments

Comments

@amrelk
Copy link

amrelk commented Dec 14, 2015

When I try to connect to my printer, it shows the port (/dev/ttyACM0), but when I tell it to test (at the correct baudrate, I've tested that), it gives me a connection failed message. Not sure if this is related at all, so I'm going to make another issue about it, but when I click on the Controller tab, it crashes and leaves the message "Segmentation fault (core dumped)" in the terminal.
config_no_connect.zip

Stuff I'm supposed to include

Commit ID: 21364b7
OS and version: Xfce 4.10 Ubuntu run through crouton on a chromebook.

@alranel
Copy link
Member

alranel commented Dec 14, 2015

Connection failure on Linux might be a permission issue on the serial port. Can you try running Slic3r as root?

@xoan
Copy link
Member

xoan commented Dec 14, 2015

BTW, there is no relationship between Slic3r and port/baudrate connection with the printer, right?

@amrelk
Copy link
Author

amrelk commented Dec 14, 2015

Ran it as root, now it just crashes when I click test. I'll try a git pull

@amrelk
Copy link
Author

amrelk commented Dec 14, 2015

git pull says it is up to date

@amrelk
Copy link
Author

amrelk commented Dec 14, 2015

Possibly unrelatedly, it also crashes when I load any stl file then click print. It leaves the segmentation fault (core dumped) message.

@xoan
Copy link
Member

xoan commented Dec 15, 2015

OK, I can confirm the same issue using Sanguinololu in /dev/ttyUSB0 @ 115200 baud (I can connect using any other terminal/host application, like screen or Printrun)

Launching slic3r.pl with --debug doesn't show any related information.

@alranel
Copy link
Member

alranel commented Dec 18, 2015

Thank you, I still have to debug more on Linux.

@alranel
Copy link
Member

alranel commented Dec 18, 2015

The serial controller in Slic3r is fully multithreaded and implemented in C++, so it's a bit tricker than implementations using higher level languages.

@Patola
Copy link

Patola commented Jul 11, 2016

How can we help debugging this issue? I have a few repraps with gen7, rumba and RAMPS, with repetier firmware, marlin and marlin kimbra. I am still having only coredumps so far when I click on the controller tab and even though it connects when I click on 'test' for the USB/serial connection, it returns 'failed'. With some directions on what to do to debug this I (and others) might be of some help.

@alranel alranel added this to the 1.3.0 milestone Mar 13, 2017
@alranel
Copy link
Member

alranel commented Mar 26, 2017

This is fixed now. I tested on a RUMBA board using Ubuntu 16.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants