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.
Being able to convert an array of ints into the corresponding ascii string would be useful when interacting with devices that respond in ascii over UART
The opposite to convert a string to an array of ints may also be useful.
Is your feature request related to a problem? Please describe.
Being able to convert an array of ints into the corresponding ascii string would be useful when interacting with devices that respond in ascii over UART
The opposite to convert a string to an array of ints may also be useful.
Describe the solution you propose.
A new meta gcode function
Describe alternatives you've considered
Currently I have a macro to do this conversion but it is slow to iterate it over a long array.
Provide any additional context or information.
The text was updated successfully, but these errors were encountered: