winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.86k stars 757 forks source link

Would be amazing to have in UGS an option to make a http post request for both start and stop of the UGS sending GCode to the machine. #2374

Open Aundeeman opened 7 months ago

Aundeeman commented 7 months ago

Description

I am new to UGS and am coming from Mach3. Mach3 allows VB script to be punt in a macro and run thorough the gcode. The http post ability of VB Script allows for the HTTP post to activate IP devices (Wi-Fi plugs) and turn them on or off. People with limited input and output controllers could add some simple http post code to create as many outputs as desired. Everything these days is IP a $15.00 Wi-Fi switch and a HTTP post on or off make a simple coolant or mist system turn on or off with the machine or a router with a 110VAC plug on or off. Would make the GRBL world much simpler and easier.

Andy