-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
[FR] Expressions & Variables in numeric input fields #3175
Comments
Too problematic with cyclic references. |
That motivated me a bit to test & debug the scripted widget.
and in your print.ui, replace
by |
fix refresh for float/&percent fixed ask_for_refresh() for non-bool #3175
fix refresh for float/&percent fixed ask_for_refresh() for non-bool #3175
fix refresh for float/&percent fixed ask_for_refresh() for non-bool #3175
Is your feature request related to a problem? Please describe.
I use the same Print Setting profile for printing small and large objects, but sometimes the speed (using autospeed) blitzes some of the layers on small objects, requiring some manual adjustment to the profile. Want to be able to selectively override autospeed or other values with expressions like
min
ormax
and use printer variables in them.Describe the solution you'd like
Being able to use basic expressions and printer variables in numeric input fields.
Describe how it would work
min(15, InternalPerimeter.speed)
max(0.4, LayerHeight * 0.8)
.Describe alternatives you've considered
Making manual adjustments then slicing, to see.
The text was updated successfully, but these errors were encountered: