Hello team.
For whatever reason my extruder has decided to reverse itself. I had been using a .hex 1.1.9 from this forum and i cannot edit it.
I download 1.1.9 from marling as well as the bugs fix edit both the configure.h files to turn the extruder back to true/false for the reverse.
However when i load that marlin up onto my a10m the screen either has 2 rows of blocks when its the standard 1.1.9.
Or it is completely scrambled with gibberish if i use the bugs fix 1.1.9.
Do i need to add my board which is a gt2560 V3 to the boards.h file
or do i need to add my screen to the configuration.h file?
Or am i completely wrong/
Thanks.
Scrambled LCD after marlin 1.1.9 flash
-
- Posts: 13
- Joined: Fri Feb 22, 2019 4:35 pm
Re: Scrambled LCD after marlin 1.1.9 flash
thank you vert.
just copy and paste into configuration.h and the happy days?
I knew i was on the right lines thanks for conformation. it's actually 1.1.x i've been trying to upload. Have i just clicked on 'x' is a roman numeral?
Numpty! thanks.
just copy and paste into configuration.h and the happy days?
I knew i was on the right lines thanks for conformation. it's actually 1.1.x i've been trying to upload. Have i just clicked on 'x' is a roman numeral?
Numpty! thanks.
Re: Scrambled LCD after marlin 1.1.9 flash
I think you need to check these lines:
1.Check the LCD type is correct or not
2.You can try to change it to Japan for a test
1.Check the LCD type is correct or not
Code: Select all
// Note: Usually sold with a white PCB.
//
#define REPRAP_DISCOUNT_SMART_CONTROLLER
2.You can try to change it to Japan for a test
Code: Select all
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/
#define DISPLAY_CHARSET_HD44780 WESTERN
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!