andrewhodel / grblweb

a web based CNC controller for GRBL
189 stars 71 forks source link

Grblweb on CNC laser engraver #29

Closed JalenTk closed 5 years ago

JalenTk commented 5 years ago

Is it possible to use Grblweb to control a CNC laser engraver?

andrewhodel commented 5 years ago

Yes, it will send whatever is in the gcode but it just won't show the on/off of the laser in the viewer.

You'd just need to add support for it, it's just basically sending gcode data to a serial port but does some nice things like pause/play/restart and showing the gcode as a visual model.

You opened and closed it as I was 80% through this message but already typed the first sentence :P

Andrew

On Sun, Mar 3, 2019 at 10:39 AM JalenTk notifications@github.com wrote:

Is it possible to use Grblweb to control a CNC laser engraver?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andrewhodel/grblweb/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtRSW3LTPjg_NJLkoyEXj0E0qz5Lf_iks5vS_rJgaJpZM4bbF3s .

JalenTk commented 5 years ago

Sorry @andrewhodel , I've misclick the close button XD

Another question, is it possible to access to GRBL web from another network, I mean like from out of home and using mobile data when my CNC is sitting at home?

Thanks in advanced!

andrewhodel commented 5 years ago

You have to know TCP/IP, but of course.

Andrew

On Sun, Mar 3, 2019 at 10:57 AM JalenTk notifications@github.com wrote:

Sorry @andrewhodel https://github.com/andrewhodel , I've misclick the close button XD

Another question, is it possible to access to GRBL web from another network, I mean like from out of home and using mobile data when my CNC is sitting at home?

Thanks in advanced!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/andrewhodel/grblweb/issues/29#issuecomment-469041544, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtRSQeQr0Ry_Vfc0w8qnZOWiSjKSlMOks5vS_7pgaJpZM4bbF3s .

JalenTk commented 5 years ago

Good to know! Thanks!