Hardware and firmware are sucking the life out of me right now
I have my Acro laser working perfectly with an arduino UNO and a CNC shield V3.0 and GRBL 1.1f
But I want to play around with another piece of hardware I just got… a RAMPS 1.6 board. This lives on a Mega2560 arduino board.
I have been trying all sorts of firmware on this combination and so far have had little success getting a connection that seems functional… tried both GRBL and Marlin and while LightBurn finds the board, and it it seems to connect to the board, but I cannot get any responses to typed commands in the console.
Normally all I see in the console window is “Waiting for connection”
I type $$ in the command field and I see $$ appear in the console output but no machine output.
If I tick the Show All switch I see a series of G0
Waiting for connection…
Waiting for connection…
Waiting for connection…
$$
G0
G0
G0
G0
G0
G0
G0
G0
Forever...
Right now I am using a Marlin version that is device specific for the MPCNC since I am building an MPCNC and hopefully it will replace my Acro Laser as both a Laser Engraver AND a CNC milling machine…
I should add that at this stage all I have is the Mega2560 and the RAMPS board on top, nothing at all hooked up. I have also tried with just the MEGA2560 without the RAMPS board. I should be able to talk to the Mega2560 either way and get responses…
If I use LightBurn “Find My Laser” it finds it as GRBL M3 (1.1e or earlier) (10mmx10mm) at COM7 115200 baud even though it is running Marlin. (I compiled Marlin in Arduino IDE and loaded it.
I have also tried manually creating the laser selecting Marlin and specifying a size etc… When I have that created, the very first time I launch LightBurn after flashing the board with Marlin I get the following in the console messages which tells me it really is talking to the board and seeing the version I flashed…
Waiting for connection…
Waiting for connection…
echo:start
Once I saw marlin build info… but have not been able to duplicate that scenario.
But after the first time I never see any messages when I connect with LightBurn all I see is Waiting for connection.
The LED on the RAMPS board does come on as soon as LightBurn connects.
It is like it see’s the board, sends something to the board that confuses it and can never talk to it again.
I realize I am way down there in the guts of things but from the discussion I have read on this forum, there is a lot of experience here… so after 3 days of fighting with this I figure I should ask for help.