Just hooked up my azteeg x5 mini to my LCD and it works however the sd card does not and I’m not sure what pins to use/code to use to make it function.
Also how do I add a laser functions menu on my LCD like my ramps 1.4 had as well as the little laser icon
Thank you
Imported from wikidot
For the SD card, did you enable in in config and properly wire it up : http://smoothieware.org/panel#toc4 ?
About laser functions, we do not support any kind of laser icon. However, if you want to add menus, you can by using the custom menus option ( same page )
Cheers.
but what pins do i use from the lcd and to the board i tried .14 and .17 but no luck
It’s not just one pin, it’s many pins, for the SD card. I’m not exactly sure what you mean or what you are looking for. Doesn’t the panel wiki page explain ?
I followed the below guide (can’t post guide but its the one for x5 mini v1 that’s on the smoothie lCD guide) but for the pins found the correct ones on the azteeg v2 and matched them Accordingly
On top of that I’m using pins 1.23 for PWM control and pins .26 for fire
I then copied the config for the SD reader and noticed I don’t have pin .27 and that I’m using .26 so that’s why I decided to try pins .14 and .17. But it did not work so either pins .14 and .17 don’t work for SD support or I’m using the wrong pins from my lCD.
I really have very little knowledge on how pins on the board work and I’m just trying to learn from trial and error and support from you guys