Page 1 of 1

Anyone using OctoPi with Rostock MAX?

Posted: Fri Aug 16, 2013 4:01 pm
by itilguru
I've been trying to get this working, but it runs into trouble with an error "expected line 2 got 1", and then the line numbers just keep incrementing. It does sort of work, but there are so many errors I don't trust it. I've posted for help on their forums, but I thought id ask if anyone here has done it yet.

Specs: using latest Octopi rc1 on wheezy. Repetier firmware 0.90c on Rambo v1.0 board. Rostock MAX printer with EZstruder and Onyx bed. Steppers are 0.9degree. Printer working great with Repetier host on a Windows PC. Octopi server working great too, even streaming video just fine. My only error is the one listed above - otherwise it's functional.

Re: Anyone using OctoPi with Rostock MAX?

Posted: Sat Aug 17, 2013 12:33 am
by daftscience
I have gotten it working and I have also had that problem. My theory is that it's my LCD control panel. I still have mine on and have gotten it working.

A few things to try:

1. Try different baud rates. I find 57600 works best.
2. Check your cable. A lot of people say that shorter = better. In my case that wasn't true, I have one with two ferrite beads, one on each end, that is fairly long. It also works better than my shorter cables.
3. In the settings make sure to check off the repetier settings. At this point I am not sure if they are needed but it can't hurt.

Good luck.

Re: Anyone using OctoPi with Rostock MAX?

Posted: Sat Aug 17, 2013 10:13 pm
by itilguru
daftscience wrote:I have gotten it working and I have also had that problem. My theory is that it's my LCD control panel. I still have mine on and have gotten it working.

A few things to try:

1. Try different baud rates. I find 57600 works best.
2. Check your cable. A lot of people say that shorter = better. In my case that wasn't true, I have one with two ferrite beads, one on each end, that is fairly long. It also works better than my shorter cables.
3. In the settings make sure to check off the repetier settings. At this point I am not sure if they are needed but it can't hurt.

Good luck.
I don't use an LCD panel, so that's not the only problem.

I did find a tree in the main Octoprint code that added a new parameter "resetLineNumbersWithPrefixedN", and someone with a Rostock said it worked for him. But, it looks like that parameter was added 5 months ago and then dropped. It's not in the latest code. I've asked to have it put back.

I have the Repetier setting on. It does sort of work, but too slow to trust. I was hoping it was just me. Anyone else?

Re: Anyone using OctoPi with Rostock MAX?

Posted: Sun Aug 18, 2013 12:36 am
by JohnStack
Had it going, but can't remember, looked for the SD but can find it...no help but good luck.

Did you look at the other posts here about it?

Re: Anyone using OctoPi with Rostock MAX?

Posted: Sun Aug 18, 2013 12:55 am
by daftscience
I spent a lot of time working with Foosel on this. And I have it working right now with the current version. I'm going to bet the issue is communication errors that can be fixed either with a baudrate change or better cable.

The only baudrate that works for me is 57600. Another reason this was a tricky issue was that I never got comm errors when plugged into the PC. Maybe it has something to do with the Pi and grounding?

Re: Anyone using OctoPi with Rostock MAX?

Posted: Sun Aug 18, 2013 4:24 am
by daftscience
Also, try "Wait for start on connect." I found that OctoPrint would start sending a bunch of M105's before Reptetier had fully started.

Re: Anyone using OctoPi with Rostock MAX?

Posted: Wed Dec 25, 2013 3:57 pm
by replicant
daftscience wrote:Also, try "Wait for start on connect." I found that OctoPrint would start sending a bunch of M105's before Reptetier had fully started.
Daftscience,

Still using Octoprint? If so, what x/y/z movement speed settings did you use? Have you had success with octoprint on your romax?

Re: Anyone using OctoPi with Rostock MAX?

Posted: Wed Dec 25, 2013 10:46 pm
by daftscience
I'm using it exclusively.

Code: Select all

XY = 6000  
Z = 50 0
Extruder  = 150
The only value I've played with is extruder speed.