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
Describe the bug: Some macros do not report requiring parameters in the interface Eg:
[gcode_macro SET_BED_SOAK_TIME] gcode: SAVE_VARIABLE VARIABLE=bed_soak_time VALUE={params.SECONDS|default(120)}
While some of them do:
[gcode_macro SET_INFILL_SQV] gcode: {% set svv = printer.save_variables.variables %} {% set val = params.SQV|default(svv.infill_sqv|default(printer.configfile.settings.printer.square_corner_velocity, true), true) | int %} SAVE_VARIABLE VARIABLE=infill_sqv VALUE={val}
Expected behavior: The macro with parameters should report their parameters in the interface.
Screenshots:
Logfiles: Please upload your Logfiles here or upload them to pastebin.com and paste your log links here.
The text was updated successfully, but these errors were encountered:
Fix macro param regexp
76bf492
Fix mainsail-crew#436
See my comment on: #437
Sorry, something went wrong.
fix: macro param regexp (#437)
34f2eb3
* Fix macro param regexp Fix #436 * Simplify regexp
Successfully merging a pull request may close this issue.
Describe the bug:
Some macros do not report requiring parameters in the interface
Eg:
While some of them do:
Expected behavior:
The macro with parameters should report their parameters in the interface.
Screenshots:
Logfiles:
Please upload your Logfiles here or upload them to pastebin.com and paste your log links here.
The text was updated successfully, but these errors were encountered: