<font face="Arial, Verdana">Hey all, </font>
I have a Geetech MeCreator 2 printer that uses Marlin firmware. I'm trying to switch it over to repetier firmware since all my other printers use repetier. I'm more familiar repetier so when I need to make changes its easier for me.
The MeCreator 2 supposedly uses an ultimaker board layout however not all the pin mappings are correct. My biggest issue at the moment is the Display shows all garbage. Here's some of the info:
Board: GT2560 rev B
Firmware:
site - <font face="Arial, Verdana">http://www.geeetech.com/forum/viewtopic.php?f=20&t=17046</span></font><span style="font-family: Arial, Verdana; font-size: 10pt;">
<font face="Arial, Verdana"> link - http://www.geeetech.com/forum/download/file.php?id=2464&sid=2268b2216ce95d27b050e4a19011db8a</span></font></div><div><font face="Arial, Verdana">Display: REPRAP_DISCOUNT_SMART_CONTROLLER (supposedly)</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">In the repetier config tool I used </font><font face="Arial, Verdana">"</font>Smartcontroller from RepRapDiscount on a RAMPS or RUMBA board" <font face="Arial, Verdana">without success.</font>
<font face="Arial, Verdana">Then I tried changing #define UI_DISPLAY_CHARSET to different numbers-still no luck</font><font color="#222222" face="Consolas, Lucida Console, Courier New, monospace">.</font>
My next plan is to change the pin numbers but this may be the wrong road to go down. I believe is the pins used from the Marlin firmware are:
<font face="Arial, Verdana">#ifdef NEWPANEL</font>
<font face="Arial, Verdana"> //arduino pin witch triggers an piezzo beeper</font>
<font face="Arial, Verdana"> #define BEEPER 18</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> #define LCD_PINS_RS 20</font>
<font face="Arial, Verdana"> #define LCD_PINS_ENABLE 17</font>
<font face="Arial, Verdana"> #define LCD_PINS_D4 16</font>
<font face="Arial, Verdana"> #define LCD_PINS_D5 21</font>
<font face="Arial, Verdana"> #define LCD_PINS_D6 5</font>
<font face="Arial, Verdana"> #define LCD_PINS_D7 36</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> //buttons are directly attached</font>
<font face="Arial, Verdana"> #define BTN_EN1 42</font>
<font face="Arial, Verdana"> #define BTN_EN2 40</font>
<font face="Arial, Verdana"> #define BTN_ENC 19 //the click</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> #define SDCARDDETECT 38</font>
<font face="Arial, Verdana">I'm still working on where to apply these changes to the repetier firmware... Is this a I2C display?</font>
<font face="Arial, Verdana">Any help with resolving this issue would be greatly appreciated. </font>