cguerrero1205 / LCD_GRBL

Offline controller for CNC with GRBL 1.1
GNU General Public License v3.0
65 stars 27 forks source link

Using RepRapDiscount Smart Controller #1

Open natan115 opened 3 years ago

natan115 commented 3 years ago

Hi, would it be difficult to change the code to use RepRapDiscount Smart Controller ? it have all the needed futures, rotary knobe and sd reader.

cguerrero1205 commented 3 years ago

Hi, would it be difficult to change the code to use RepRapDiscount Smart Controller ? it have all the needed futures, rotary knobe and sd reader.

Hello.

Sure, that would be a great idea, the problem is that I don't have a RepRapDiscount Smart Controller, and because of the pandemic I'm out of work and I don't have money to buy one.

As soon as I can, I will buy it and make the necessary changes in the programming.

Thanks for your comment.

natan115 commented 3 years ago

i have spare parts with pleasure will send them to you. i think we can add custom btn to it and change from Arduino mega to something smaller.

cguerrero1205 commented 3 years ago

The problem of changing the Arduino Mega for another one, is the memory space that the programming code occupies, since it does not fit in some Arduino with the AT328p microcontroller, like the Arduino UNO. This can be seen in the following table:

image

williangomesa commented 3 years ago

Hi, would it be difficult to change the code to use RepRapDiscount Smart Controller ? it have all the needed futures, rotary knobe and sd reader.

Hello.

Sure, that would be a great idea, the problem is that I don't have a RepRapDiscount Smart Controller, and because of the pandemic I'm out of work and I don't have money to buy one.

As soon as I can, I will buy it and make the necessary changes in the programming.

Thanks for your comment.

Hi ! I'm very interested in the option of adding this king of LCD, what can I do in order tu support the changes ? i'm from Brazil !

williangomesa commented 3 years ago

Hello again, newer versions of the GRBL supports more than 3 axis, I'd like to know if would be possible to stream a 4 axis gcode to a grbl board using this board. My intention is to use with a 4 axis foam cutter machine that works with 4 linear axis, usually xyuv.

cguerrero1205 commented 3 years ago

Hola, ¿sería difícil cambiar el código para usar RepRapDiscount Smart Controller? tiene todos los futuros necesarios, perilla giratoria y lector sd.

Hola. Claro, eso sería una gran idea, el problema es que no tengo un controlador inteligente RepRapDiscount, y debido a la pandemia estoy sin trabajo y no tengo dinero para comprar uno. Tan pronto como pueda, lo compraré y haré los cambios necesarios en la programación. Gracias por tu comentario.

¡Hola! Estoy muy interesado en la opción de añadir este rey de LCD, ¿qué puedo hacer para apoyar los cambios? Soy de Brasil !

Hello.

I'm not much to ask, it's not the purpose for which I developed this system for the CNC, I just took it as a hobby while I was in confinement for the pandemic, using the components I had at home. As I said before, I lost my job, so I haven't been able to raise the money to buy other components and make improvements to the project.

You could help me by making any donation through my PayPal, with the following link:

https://paypal.me/cguerrero1205 Thank you for your help.

cguerrero1205 commented 3 years ago

Hola de nuevo, las versiones más recientes de la GRBL soportan más de 3 ejes, me gustaría saber si sería posible transmitir un gcode de 4 ejes a una placa grbl usando esta placa. Mi intención es utilizar con una máquina de corte de espuma de 4 ejes que funciona con 4 ejes lineales, generalmente xyuv.

The official version of GRBL only supports the use of 3 axes (XYZ). To use a fourth axis, you would have to implement a modified version, like this one I share with you below: https://github.com/dguerizec/grbl-Mega-4axis