Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRBL over IP (LaserGRBL) #133

Open
vitoller opened this issue Oct 4, 2018 · 2 comments
Open

GRBL over IP (LaserGRBL) #133

vitoller opened this issue Oct 4, 2018 · 2 comments

Comments

@vitoller
Copy link

vitoller commented Oct 4, 2018

I would like to use Visicut with a laser plotter connected via IP, as described in: http://lasergrbl.com/en/usage/wifi-with-esp8266/

Procedure:
Visicut -> Options -> Lasercutter

Choose "GRBL Gcode Driver" --> Upload method: "IP"

When I try to start the laser, i get the following error message:
IOException: IP/Hostename must be setup to upload via IP method

However, I did not find a way to setup the IP (or port)

Visicut 1.8-51-gf22be37d

@t-oster
Copy link
Owner

t-oster commented Oct 4, 2018

Hi, the GRBL driver uses the "Generic Gcode driver", but removes the settings for host and port. Please try the Generic Gcode driver. If that doesn't work, maybe @madleech can make the Grbl driver also allow IP

@mgmax mgmax transferred this issue from t-oster/VisiCut Jan 1, 2020
@tatarize
Copy link
Contributor

While you can set the hostname you still cannot set the port. It's hardcoded as 23.

socket.connect(new InetSocketAddress(getHost(), 23), 1000);

I'm writing a GRBL emulator for Meerk40t to masquerade as a GRBL but stream commands to the M2 Nano. And didn't have any idea what port to be on. Hard coding that to 23 limits it to exactly 1 machine and can't let you move it etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants