And a screen shot of configuring a button (press the down arrow)
As a bonus the javascript code I wrote allows you to add static buttons to the HTML without any extra code (you just use the data selement of the button to embed the gcode you want to send). So I have used that for a Home and Unlock button up top.
If anybody is interested in the code / want to roll into the next release, let me know and I can send it to you. I have made it super simple, it a javascript file and 1 line to add to server.js for the server side, and a javascript file, 1 line to add to main.js and a bit of HTML for the buttons on the client side (within the ./i/ folder). In this instance I added 4 buttons, but the code works with as many buttons as you put in the HTML, no code changes needed.
Use github issues to manage enhancement requests.
Basically
1. Sign up for a free github account
2. Fork the project
3. Develop the feature (Open source is awesome and i like what you did) and check the changes into your repo with a commit.
4. Git push your commit to your repo
5. Submit a Pull request on Git of your proposed changes, back to Andrew - he can then choose to merge (accept) you development back into the source
--
You received this message because you are subscribed to the Google Groups "XYZBots Support for GRBLWeb and RepRapWeb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xyzbots-suppo...@googlegroups.com.
To post to this group, send email to xyzbots...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xyzbots-support/9c3934b0-74b6-4e96-ac71-6e506093fe18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Use github issues to manage enhancement requests.
Basically
1. Sign up for a free github account
2. Fork the project
3. Develop the feature (Open source is awesome and i like what you did) and check the changes into your repo with a commit.
4. Git push your commit to your repo
5. Submit a Pull request on Git of your proposed changes, back to Andrew - he can then choose to merge (accept) you development back into the source
--
You received this message because you are subscribed to the Google Groups "XYZBots Support for GRBLWeb and RepRapWeb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xyzbots-suppo...@googlegroups.com.
To post to this group, send email to xyzbots...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xyzbots-support/d158bc46-3b4f-432d-9548-255b2e393c56%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "XYZBots Support for GRBLWeb and RepRapWeb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xyzbots-suppo...@googlegroups.com.
To post to this group, send email to xyzbots...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xyzbots-support/197b5803-8c0f-4593-8091-03590778c3bb%40googlegroups.com.
// Enable user configurable buttons
require('./userButtons')(io);