You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
So i made a custom macro called SET_POWER, which sets the power for the laser. This macro calls a python script with the given parameter(POWER) for example POWER=75%. I manged to do all of that. Now what is missing me is to use it. I tought this will be called like this inside a gcode file: SET_POWER POWER=75.0. But i got nothing
Describe the solution you'd like
I want to konw how to use custom gcode macros that i created with gcode_shell_command
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
So i made a custom macro called SET_POWER, which sets the power for the laser. This macro calls a python script with the given parameter(POWER) for example POWER=75%. I manged to do all of that. Now what is missing me is to use it. I tought this will be called like this inside a gcode file: SET_POWER POWER=75.0. But i got nothing
Describe the solution you'd like
I want to konw how to use custom gcode macros that i created with gcode_shell_command
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: