We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.12.0
Firefox
Desktop PC
Windows
When writing macros with prompts, I discovered if you do not group more than 4 buttons, they get smushed together. If you group them it looks okay.
Buttons should have correct spacing when not grouped.
Run this prompt and the buttons will be smushed together.
[gcode_macro LOAD_PROMPT_SMUSHED] gcode: RESPOND TYPE=command MSG="action:prompt_begin You loaded filament" RESPOND TYPE=command MSG="action:prompt_text Which material are you loading?" RESPOND TYPE=command MSG="action:prompt_button_group_start" RESPOND TYPE=command MSG="action:prompt_button ABS|ASB_LOAD" RESPOND TYPE=command MSG="action:prompt_button ASA|ASA_LOAD" RESPOND TYPE=command MSG="action:prompt_button PETG|PETG_LOAD" RESPOND TYPE=command MSG="action:prompt_button PLA|PLA_LOAD" RESPOND TYPE=command MSG="action:prompt_button Flex|FLEX_LOAD" RESPOND TYPE=command MSG="action:prompt_button PC|PC_LOAD" RESPOND TYPE=command MSG="action:prompt_button PA (Nylon)|PA_LOAD" RESPOND TYPE=command MSG="action:prompt_button_group_end" RESPOND TYPE=command MSG="action:prompt_show"
However, grouping the buttons, looks correct.
[gcode_macro LOAD_PROMPT] gcode: RESPOND TYPE=command MSG="action:prompt_begin You loaded filament" RESPOND TYPE=command MSG="action:prompt_text Which material are you loading?" RESPOND TYPE=command MSG="action:prompt_button_group_start" RESPOND TYPE=command MSG="action:prompt_button ABS|ASB_LOAD" RESPOND TYPE=command MSG="action:prompt_button ASA|ASA_LOAD" RESPOND TYPE=command MSG="action:prompt_button PETG|PETG_LOAD" RESPOND TYPE=command MSG="action:prompt_button PLA|PLA_LOAD" RESPOND TYPE=command MSG="action:prompt_button_group_end" RESPOND TYPE=command MSG="action:prompt_button_group_start" RESPOND TYPE=command MSG="action:prompt_button Flex|FLEX_LOAD" RESPOND TYPE=command MSG="action:prompt_button PC|PC_LOAD" RESPOND TYPE=command MSG="action:prompt_button PA (Nylon)|PA_LOAD" RESPOND TYPE=command MSG="action:prompt_button_group_end" RESPOND TYPE=command MSG="action:prompt_show"
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mainsail Version:
v2.12.0
Browser:
Firefox
Device:
Desktop PC
Operating System:
Windows
What happened?
When writing macros with prompts, I discovered if you do not group more than 4 buttons, they get smushed together. If you group them it looks okay.
What did you expect to happen instead?
Buttons should have correct spacing when not grouped.
How to reproduce this bug?
Run this prompt and the buttons will be smushed together.
However, grouping the buttons, looks correct.
Additional information:
No response
The text was updated successfully, but these errors were encountered: