-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST]Add variable support and math calculation in scripting #237
Comments
the variable API is implemented : https://github.com/luc-github/ESP3D-WEBUI/blob/3.0/Memo/variablesList.md
add method in macro UI to use this new scripting method Optional: |
This feature is now available in grblHAL which is better approach IMHO So close this topic as won't fix due to existing solution |
Got several request for variable support but cannot find the issue - so recreate it
got a clear user case for cnc purpose which expose the needs and some way to use it
macro_-_home_XY_to_center_of_hole.gcode.txt
It will be streamed from WebUI and it is WebUI which is charge to collect the variable on time , do the calculation and send the command on time, it cannot be a Macro as defined as today which is actually managed by ESP3D Fw or 3DPrinter Fw or GRBL/grblHALFw
it should be considered more as an automation script than a GCODE file
Thanks to @tgm02281961 for bringing back the sample of usage so clear
The text was updated successfully, but these errors were encountered: