gnea / grbl-Mega

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/gnea/grbl/wiki
Other
493 stars 229 forks source link

Circuits diagram for lcd and Push buttons #154

Open MohammadSalehi72 opened 2 years ago

MohammadSalehi72 commented 2 years ago

Hi, This is an amazing project. I'm trying to implement this project for my proxxon milling machine. Could anyone please share the circuit diagram for "LCD" and "Push buttons" with me?

Best regards.

fra589 commented 2 years ago

Hi @MohammadSalehi72,

grbl-Mega doesn't support LCD with Push buttons. For other directly connected to grbl-Mega buttons (other than those with LCD shield), ask Google for "grbl mega pinout"

@++; Gauthier.

MohammadSalehi72 commented 2 years ago

Hi @MohammadSalehi72,

grbl-Mega doesn't support LCD with Push buttons. For other directly connected to grbl-Mega buttons (other than those with LCD shield), ask Google for "grbl mega pinout"

@++; Gauthier.

Thanks for your answer. Actually I'm trying to build a stand alone grbl command sender( without need to connect to pc). I found similar project on YouTube (https://github.com/ludwigpetrosyan/grbl-Mega/tree/edge_lcd). It seems this is used grbl library for Arduino mega. I wanted to know about the pushbutton and lcd connection of this project. Could you please help me?

fra589 commented 2 years ago

Sory I can't... But ask to the https://github.com/ludwigpetrosyan/grbl-Mega/tree/edge_lcd project!