printer not working after changing circuit board

Post Reply
nutts
Posts: 48
Joined: Sat Jun 03, 2017 9:27 pm

Re: printer not working after changing circuit board

Post by nutts » Wed Jun 07, 2017 1:02 am

Ok This time this is going to work
I have downloaded Arduino 1.6.9
I have fixed the com 2 port
It is running Baud rate 250000
Now I will try to up load the firmware and see what happens

nutts
Posts: 48
Joined: Sat Jun 03, 2017 9:27 pm

Re: printer not working after changing circuit board

Post by nutts » Wed Jun 07, 2017 1:08 am

I have tried to up load the firmware but I got a fail
What am I doing wrong ?
I will bet that you did not think you run into somebody as stupid as me!!!!!

appswert
Posts: 55
Joined: Thu Jun 01, 2017 5:25 pm

Re: printer not working after changing circuit board

Post by appswert » Wed Jun 07, 2017 1:23 am

nutts wrote:I have tried to up load the firmware but I got a fail
What am I doing wrong ?
I will bet that you did not think you run into somebody as stupid as me!!!!!
What kind of error message do you get?
Or what text appeares in the Arduino IDE console...

Because last time I tried to compile the Geeetech firmware I had issuses too. Can you try to compile it without uploading (the symbol next to upload (left))?
How far do you get? Compiling? Uploading?

And don't worry... You aren't dumb... It took me two days to get my chinese Arduino clone with an exotic serial-to-usb chipset to work with arduino IDE :)
And you managed to assemble a 3d printer right?
Last edited by appswert on Wed Jun 07, 2017 1:30 am, edited 3 times in total.

appswert
Posts: 55
Joined: Thu Jun 01, 2017 5:25 pm

Re: printer not working after changing circuit board

Post by appswert » Wed Jun 07, 2017 1:25 am

nutts wrote:Ok This time this is going to work
I have downloaded Arduino 1.6.9
I have fixed the com 2 port
It is running Baud rate 250000
Now I will try to up load the firmware and see what happens
The Baud rate is only relevant if you use the arduino IDE terminal to send messages like the G or M codes...
For upload the Arduino IDE automatically determines the correct speed setting (its preprogrammed in the bootloader).

nutts
Posts: 48
Joined: Sat Jun 03, 2017 9:27 pm

Re: printer not working after changing circuit board

Post by nutts » Wed Jun 07, 2017 1:36 am

Now I get " invalid pre-processing directive #A

appswert
Posts: 55
Joined: Thu Jun 01, 2017 5:25 pm

Re: printer not working after changing circuit board

Post by appswert » Wed Jun 07, 2017 1:42 am

nutts wrote:Now I get " invalid pre-processing directive #A
Ok thats an Compilation error (source code gets translated into machine code)
An preprocessing directive is something like "#define" or "#ifdef"
So its an fault of Geeetechs supplied firmware I think. Wait a minute, i will try to compile it and see where the error occurs...

appswert
Posts: 55
Joined: Thu Jun 01, 2017 5:25 pm

Re: printer not working after changing circuit board

Post by appswert » Wed Jun 07, 2017 1:47 am

appswert wrote:
nutts wrote:Now I get " invalid pre-processing directive #A
Ok thats an Compilation error (source code gets translated into machine code)
An preprocessing directive is something like "#define" or "#ifdef"
So its an fault of Geeetechs supplied firmware I think. Wait a minute, i will try to compile it and see where the error occurs...
Ok I'm getting compilation errors too...
I'll try to set up a version of marlin 1.1 for your board...

appswert
Posts: 55
Joined: Thu Jun 01, 2017 5:25 pm

Re: printer not working after changing circuit board

Post by appswert » Wed Jun 07, 2017 2:40 am

appswert wrote:
appswert wrote:
nutts wrote:Now I get " invalid pre-processing directive #A
Ok thats an Compilation error (source code gets translated into machine code)
An preprocessing directive is something like "#define" or "#ifdef"
So its an fault of Geeetechs supplied firmware I think. Wait a minute, i will try to compile it and see where the error occurs...
Ok I'm getting compilation errors too...
I'll try to set up a version of marlin 1.1 for your board...
OK finished...
1) Unpack the .zip
2) Open Marlin.ino
3) Hit compile... Are there still any errors?
4) Upload and test (I don't know if the formware will work as expected so test it a bit / I can't test it because I don't have the same printer.)
5) Does the knob work now? (It might need 4 steps to jump from option to option)
Attachments
Marlin-1.1.x_i3proB.zip
Marlin Firmware 1.1.x hopefully working on pro b
(867.02 KiB) Downloaded 469 times

nutts
Posts: 48
Joined: Sat Jun 03, 2017 9:27 pm

Re: printer not working after changing circuit board

Post by nutts » Wed Jun 07, 2017 3:30 am

Well Still no motors working
But LCD now says its a Ultimaker
So I think it's the wrong controller
But it did load the firmware
Finally some progress !!!!!

nutts
Posts: 48
Joined: Sat Jun 03, 2017 9:27 pm

Re: printer not working after changing circuit board

Post by nutts » Wed Jun 07, 2017 3:46 am

I think the LCD was a REPRAP DISCOUNT SMART CONTROLLER

Post Reply