Go to homepage
21 / 42
Feb 2016

Correct…I just meant check the configuration.h file so you know what the printer is expecting…then go to repetier and set it to whatever that number was.

Do you know what board you have? Can you attach pictures of the electronics? What I normally do with all my printers is strip the electronics and change them to Ramps 1.4. All parts are cheap and reliable and most firmware support ramps1.4.

You can used the Arduino Serial monitor in the IDE to find the firmware’s set baud rate.

Select each baud rate 9600-250000 (bottom left) and send M105 until you get a valid response

This might help with Pronterface-

1)In your firmware you have a minimum extruder temp. That keeps a printer from starting until the extruder is up to temp.

Find that value and change it to 0.

2) Upload firmware and re-launch Pronterface and see if you can start calibrating your printer.

3) If that worked make sure you go back and change the min temp in your firmware and upload again.

(Not sure its really necessary as most software waits to hit the temp you set in your slicing/printing software but…why not?)

Another question : can you read extruder temperature on the PC software ?

Are you sure you’re connected to the right COM port ?

First order of business. Get rid of the LCD from the board for now and re-upload the firmware code. Make sure you closed the Pronterface and Repetier before you upload the firmware. If they we open, close them and re-upload the code again ( I dont know the reason why it worked for me but it did).

I would suggest you not to open Pronterface at all (restart the computer if necessary). Use only Repetier… for some reason when I was using pronterface and then closed and switched to Repetier, the manual controls didn’t work. When this happened I closed both the softwares and reuploaded the firmware again and opened Repetier to connect to the printer.

If you have firmware upload issues, download a stable older version of Arduino IDE and then try again.

If the above suggestions doesnt work or have some doubts in execution, leave a message here or do the below steps…

Please attach your firmware code here along with snapshots of the Repetier Host (before you click connect, immediately after you click connect and when the status shows Idle). Please confirm that you clicked the right port number in Repetier software that matches the port you used to upload the arduino code.

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!