Hello,
I did that I got other errors and no way out of this one it seems something is wrong with the SDI or the sanguinololu board support I don't know. I have set my serial port to all kind of different baud rate , as well as on the computer and also on the printer with no luck.. I know that SS stands for slave select so yes it is for SPI. What I did was , I disconnected the mcu pin for SS and reconnected it with a jumper wire to the SAME traces on a via for the original ADC pin. Off course the original broken adc pin on the mcu is been cut off. So now the new SS pin follows the same paths as the old, thus also all the other key components like resistors in between or whatever.
This is the error I got
Using library SPI at version 1.0 in folder: C:\Users\Lexx\AppData\Local<wbr>Arduino15\packages\arduino<wbr>hardware\avr\1.6.11\libraries<wbr>SPI
Sketch uses 115,444 bytes (88%) of program storage space. Maximum is 130,048 bytes.
Global variables use 4,118 bytes (25%) of dynamic memory, leaving 12,266 bytes for local variables. Maximum is 16,384 bytes.
C:\Users\Lexx\AppData\Local<wbr>Arduino15\packages\arduino<wbr>tools\avrdude\6.0.1-arduino5/<wbr>bin/avrdude -CC:\Users\Lexx\AppData\Local<wbr>Arduino15\packages\arduino<wbr>tools\avrdude\6.0.1-arduino5/<wbr>etc/avrdude.conf -v -patmega1284p -carduino -PCOM10 -b115200 -D -Uflash:w:C:\Users\Lexx<wbr>AppData\Local\Temp<wbr>builda15f206fc5e1f8f0e892ae521<wbr>df71524.tmp/Repetier.ino.hex:<wbr>i
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Users\Lexx\AppData\Local<wbr>Arduino15\packages\arduino<wbr>tools\avrdude\6.0.1-arduino5/<wbr>etc/avrdude.conf"
Using Port : COM10
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x1e
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x06
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x7e
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x06
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9e
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x18
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x06
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x7e
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xe6
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x80
avrdude done. Thank you.
An error occurred while uploading the sketch