Re: printer not working after changing circuit board
Posted: Tue Jun 06, 2017 4:39 pm
Hello Nutts,
first of all be very carefull when doing any of the following steps. Avoid getting close to high voltage (220V / 110V), only work on the low voltage side (only gt2560).
If you are unsure of anything mentioned don't do it and ask in the forum.
And for extra savety you should have an Residual-current-device
https://en.wikipedia.org/wiki/Residual-current_device.
I'm not working for Geeetech and this should be regarded as informative only...
Never touch High Voltages or you risk an possibly deadly electrick shock.
the best way to troubleshoot is probably to.
1) Visually inspect the backside of your gt2560 pcb for bad solder joints:
https://learn.adafruit.com/adafruit-gui ... n-problems
Now have a look at the schematic of your gt2560 board:
http://www.geeetech.com/forum/download/file.php?id=532
(can be also found here: http://www.geeetech.com/forum/viewtopic ... 18&t=16259)
It may help you down the road.
2)
Have you accidentally swapped SD-Card-reader and LCD-screen connectors?
Check that now...
3) The LCD-Backlight lights up even if there is not enough voltage delivered or generated on your gt2560.
So disconnect everything from your board except your powersupply (atx-like-plug) and your LCD-screen to eliminate the possibility of an short circuit somewhere else (like 12V for pwm fan...).
If you have a multimeter you can check if you power supply generates the requiered 12V (or something withing +/- 0.6V tollerance)
NEVER check this on the powersupply side, meassure it at the atx plug/socket even if it seems difficult. Mains Volage will be at the PSU!
(If you don't know what exactely to do here, don't do something and reply...)
Check if the green LED's next to the 12V plug light up (for 5v power generation).
If you have a multimerer check if there is 5V next to the atmega-processor with the 5V pad
(Same here... if you don't know what exactely to do here, don't do something and reply...)
3)
Try to raflash the firmware:
Flash it with arduino IDE and make sure somewhere down in the Configuation.h you have the line which enabeles your display board uncommented.
For me this was:
//
// RepRapDiscount FULL GRAPHIC Smart Controller
// http://reprap.org/wiki/RepRapDiscount_F ... Controller
//
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
But check if you have this display first.
first of all be very carefull when doing any of the following steps. Avoid getting close to high voltage (220V / 110V), only work on the low voltage side (only gt2560).
If you are unsure of anything mentioned don't do it and ask in the forum.
And for extra savety you should have an Residual-current-device
https://en.wikipedia.org/wiki/Residual-current_device.
I'm not working for Geeetech and this should be regarded as informative only...
Never touch High Voltages or you risk an possibly deadly electrick shock.
the best way to troubleshoot is probably to.
1) Visually inspect the backside of your gt2560 pcb for bad solder joints:
https://learn.adafruit.com/adafruit-gui ... n-problems
Now have a look at the schematic of your gt2560 board:
http://www.geeetech.com/forum/download/file.php?id=532
(can be also found here: http://www.geeetech.com/forum/viewtopic ... 18&t=16259)
It may help you down the road.
2)
Have you accidentally swapped SD-Card-reader and LCD-screen connectors?
Check that now...
3) The LCD-Backlight lights up even if there is not enough voltage delivered or generated on your gt2560.
So disconnect everything from your board except your powersupply (atx-like-plug) and your LCD-screen to eliminate the possibility of an short circuit somewhere else (like 12V for pwm fan...).
If you have a multimeter you can check if you power supply generates the requiered 12V (or something withing +/- 0.6V tollerance)
NEVER check this on the powersupply side, meassure it at the atx plug/socket even if it seems difficult. Mains Volage will be at the PSU!
(If you don't know what exactely to do here, don't do something and reply...)
Check if the green LED's next to the 12V plug light up (for 5v power generation).
If you have a multimerer check if there is 5V next to the atmega-processor with the 5V pad
(Same here... if you don't know what exactely to do here, don't do something and reply...)
3)
Try to raflash the firmware:
Flash it with arduino IDE and make sure somewhere down in the Configuation.h you have the line which enabeles your display board uncommented.
For me this was:
//
// RepRapDiscount FULL GRAPHIC Smart Controller
// http://reprap.org/wiki/RepRapDiscount_F ... Controller
//
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
But check if you have this display first.