switch.module.output_off_command for M32 file.gcode not working for me.
I want to config a button to play a gcode-file, I’m sure there is a solution but don’t know how.
First test to check if pin is right: ‘switch.playbutton.output_off_command M106’ -> OK works
Attempts for playing file:
with space (command works well if controlled from repetier host):
switch.playbutton.output_off_command M32 test.gcode -> No response
without space:
switch.playbutton.output_off_command M32test.gcode -> No response
filename in parenthesis:
switch.playbutton.output_off_command M32"vc.gcode" -> No response
whole command in parenthesis
switch.playbutton.output_off_command “M32 vc.gcode” -> No response
How is the correct syntax for sending filenames in config file?
Thank you in advance