I’ve been searching and reading messages. I’m very close to ordering the 6-Pak board from Bart Dring.
What I have not seen is whether anyone actually has this working on their MPCNC.
I’m just about done building a Primo with dual endstops so I’m hoping to find some tips or commentary on any issues or challenges faced with GRBL configuration.
I’d like to stay with the dual end stop setup.
If I’ve missed a post please do point that out and provide a link.
Awesome, I know he raised his prices since I got mine, but I think you will still be happy with the value you get. I looked over that other thread (Ryan linked above) and realized nobody has posted configs for their setups. My mpcnc is running a 6pack with dual endstops and a bunch of other features (flood, mist, laser pwm, control buttons, etc). If you get stuck and need something to reference I can post my configs. It is pretty easy to setup though… use the mpcnc machine defs to get started.
Even if you need to use a few fw iterations to get your config right, peice of cake once you get OTA working (one time setup).
I have my laser running GRBL_ESP32 on the 2209 pen/laser controller, and have the wifi working. Are there any GCode senders that will connect over the network?
AFAIK, over the network control (outside of using esp3d) requires some sort of network connected host to be connected to the controller (usually a PC, pi, 8266, a second esp32, etc). esp3d isn’t as fancy as octoprint etc, but for laser etching it gets the job done and comes built in to grblesp32. Like most other network connected host software, esp3d only requires a browser to control. For more than 2-axis I’d recommend something else, but for the pen/laser… is there something esp3d can’t do that you are after?
In the Tools>Options>UGS>Sender Options you choose either TCP or Websocket. Then in the Port and Baud fields on the main window is where you input the TCP port# and the IP address. Something like that. I only did it once to see if it worked.
Now port 23 is the default Telnet port, but I don’t remember if that is the default port on Bart’s firmware for the Grbl-ESP32. All my gear is packed up because I am in the middle of moving.