M291 Error
-
I am tryin to make a macro to select between Printer and Laser modes (tools). When I use the below M291 command I get error parameter 'S' too high. I also do not see documentation on how to read which selection the user selected so I can perform the actions I need depending on the response.
M291 P"Choose which mode" S4 K{"Print mode","Laser mode"}
-
- (RRF 3.5 and later only) Display a number of choices. The names of the choices are given by the K parameter as an array of strings.
3.5 hasn't be released yet.