-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
RUN_SHELL_COMMAND not working with blank characters in parameter #425
Comments
did you try and add quotation marks around |
Hi, |
Another try would be to replace |
This works :-) Thank you ! |
Hi i am basically working around the same thing. I have a question after for example you have a g_code macro named: SET_PPR the param of ist named ppr. how can i use it in a g-code file. I mean how can i called and gived a value. Like example prr= 40.0 |
Linux Distribution
OS: Raspbian GNU/Linux 11 (bullseye)
Distro: MainsailOS 1.3.2 (bullseye)
What happened
I installed kiauh and enabled the shell command feature.
Wrote my macro to pass a text variable to a shell script.
With a simple word it works, but when i use blanks, i got the following error message
What did you expect to happen
I would like to send use parameters with whitespaces
How to reproduce
My shell_command.cfg
my script test.sh
When i place a parameter with whitespaces like this
i got the following error message
Additional information
No response
The text was updated successfully, but these errors were encountered: