-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
feat: support a color or colour variable from tool change macros #1244
feat: support a color or colour variable from tool change macros #1244
Conversation
When set the button color will use that set from the variable Signed-off-by: Richard Mitchell <[email protected]>
Remove support for American spelling of colour Co-authored-by: Stefan Dej <[email protected]>
avoids the need of a post processing of the gcode. We can not add the # in the description Thanks to @pedrolamas who invents the rawparams |
That version will handle both correct so you can use #12345 or 12345 as COLOR
That version is needed otherwise his delayed_gcode would not work anymore |
Slight modification to the macro as it wasn't working with
|
Change to always using "color" spelling Modify style setting Signed-off-by: Richard Mitchell <[email protected]>
Fix boolean to int comparison flagged by editor Signed-off-by: Richard Mitchell <[email protected]>
I promise that will be the last iteration. Now we also insure that only COLOR will work as parameter and not anything that includes COLOR in the parameter name
|
Support alternate spelling of colour as a macro variable Signed-off-by: Richard Mitchell <[email protected]>
When set the button color will use that set from the variable.
Example macros
Signed-off-by: Richard Mitchell [email protected]