Go to homepage
25 / 42
Feb 2016

I have a couple of questions for you.

Did you load a firmware with the configuration for a Delta printer in it?

Is your printer in RH(Repetier-Host) configured as a Delta?

When you connect to the printer with RH the log window should show the version of firmware of the printer if it can talk to it.

**For instance, I connected to my Delta (with the correct baud rate),

it initialized the printer and the firmware version along with other information shows up in the log window.

I have manual control of the printer.

I then disconnected.

THEN I went into the printer configuration and changed the baud rate from 250000 to 115200. (I am using 250000 normally)

I Applied and said OK, then I tried to connect,…

The printer reinitialized

I got no data in the log window,(version,free Ram,etc…). I had no manual control at all.

I disconnected again.

I reconfigured my baudrate to 250000 and applied it and said OK.

I connected again,

The printer initialized, and the First thing I saw in the log window was some oddball characters, the next information was all of the normal stuff,(version, free Ram, etc…)

I had manual control again and all was fine.

I did that 3 times and the same happened.

***

That is something to try, it might get you started.

There are more issues in dealing with stepper movement after you can at least talk to the printer.

For instance, stepper driver voltages, endstop configuration (using M119 for status).There is a whole section in configuration.h on how the endstops are configured, that is why a copy of your configuration.h (at least) would be helpful as Magesh has said.

First things first though, like it was mentioned, I would not worry too much about the LCD part,at least you have it visible and working(somewhat).

First try clicking the connect button. On Pronterface it is at the top of the screen around the middle. Sorry if that sounds insulting, but the simplest answers first.

No insult taken. :slight_smile: I’m sure there is a very simple and obvious explanation for my difficulties. Yes, I did click the connect button, to no avail.

Thank you all so much for your input. I am going to work through these ideas tonight and see what happens. I very much appreciate all of the great advice!

Great call. I searched and found a version of the firmware specific to delta, and now the RH is controlling the printer. Testament to my ignorance that I thought I had the generic firmware properly configured. I will look more into the stepper configurations now, but I am concerned I’ve ruined two of my motors somehow, as the x-assigned motor seems to turn fine while the other two appear to attempt to turn but cannot.

Thanks, Magesh. I found a version of the firmware that got RH to manually control the printer. Now I just need to tweak it to see if two of my motors are shot or just misconfigured.

One small step! Thanks to your advice, I was able to track down a better version of the firmware and got RH to control certain functions of the printer. I really appreciate all of the help!

Next step will be to diagnose the issue with two of my stepper motors. X spins fine, but Y and Z both sound like they are trying to turn, but the shaft is locked somehow. Not sure if that makes sense; this is not my electronics forte. This makes repairing iPads look like playing with Lincoln Logs. Anyhow, from what I am reading there may be a driver issue, but I am working on educating myself further (to me, a driver is another type of firmware to control, say, a printer rather than something physical).

Some ideas :

You can switch X motor and Y/Z to check if motors y/z are OK.

On your board, do you have any potentiometer to adjust motor current ?

If you don’t have enough current in the motor coil, the motor will not have enough torque.

Check motor cable wiring, if the motor vibrates, it can come from inversion of wires.

Is your power supply enough strong (can you check its voltage when motors are going on ?)

If Y/Z max speed is too high (configuration.h), the motors cannot turn. Try to make a small move with the same speed as X motor.