grblweb
grblweb copied to clipboard
a web based CNC controller for GRBL
I added a line of html to allow movement of .1 inch and .001 inch to home more accurately. Starting at line 210 in index.html ``` Distance: .001 Distance: .1...
I'm trying to run this in OS X and noticed that the server.js script loops over all of the available serial connections. This happens before the web server even gets...
Any chance that grblWeb will support the new grbl v1.1 protocol soon?
element. The new line for "Distance: .1" has "value=.5".
The change to the new draggable jog interface left all the functionality in the js code in place. Just creating the buttons inside a hidden "DIV" does the trick.
ran into a number of problems getting everything working and made some code changes, as well as importing some from another fork. Figured I'd share back if it's useful
Hi Andrew nodejs serialport version 1.4.x is not compiling when doing a fresh 'npm install' (their issue) - I have changed version in package.json to "serialport" : "4.x" and voilá...
This will show: ``` --------------New Gcode Loaded-------------- Min Dimensions X: 0 Y: 0 Z: -14 Max Dimensions X: 20.79129557 Y: 20.79129557 Z: -4 Total Dimensions X: 20.79129557 Y: 20.79129557 Z:...
I have implemented user configurable buttons whereby a user can configure custom GCode to be run when a button is pressed. The configuration persists between sessions on the server. This...
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.5.2 to 4.6.2. Release notes Sourced from socket.io's releases. 4.6.2 Bug Fixes exports: move types condition to the top (#4698) (3d44aae) Links Diff: https://github.com/socketio/socket.io/compare/4.6.1...4.6.2 Client release: 4.6.2...