luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
747 stars 305 forks source link

[FEATURE REQUEST]I want to implement GRBL's online teaching function! #282

Closed wocut closed 1 year ago

wocut commented 1 year ago

I want to implement GRBL's online teaching function! I use the jog function to move the tool to start 1 and record this point; Then move the tool to end 2 and record this point; The program wrote my whole process into G-code!

github-actions[bot] commented 1 year ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

luc-github commented 1 year ago

so what is your question ? How do you want to implement it?

wocut commented 1 year ago

Thanks for your reply!

I wanted to edit the index .html, I opened the index .html with vscode, I used show preview, but I couldn't see anything in the Microsoft Edge! What software should I use to edit this index.html file?

luc-github commented 1 year ago

It does not work like this, depending of which version of webui , sources and build process are diferent.

index.html is minified and gzip to be as small as possible you cannot edit it easily

the proper way is to edit the sources files and build the final package

wocut commented 1 year ago

1png Hello! I opened your link: https://github.com/luc-github/ESP3D-WEBUI/tree/3.0#build-indexhtmlgz-to-dist-folder I opened this folder with vscode, I clicked Show Preview, but I only see a blank sheet in the Microsoft Live Preview window! 2

What software do I use to edit this index .html? Is it OK to use vscode?

luc-github commented 1 year ago

On 2.1 I used geany, so vscode is also fine On 3.0 I use vscode, as I wrote code need to be builted - so preview won't work, V3.0 has devt mode with simulator but 2.1 does not have it

luc-github commented 1 year ago

@wocut is your question answered? can we close issue ?

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.