You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter which step size is selected, they will all send the same value of that step size, that was selected upon rendering the component.
E.g. if the component was rendered with a step size of 10 selected, all buttons will send a movement of 10mm.
Switching to a different step size, for example 25, changing the page and coming back to the dashboard (so causing a reload of that component), all steps will now be 25mm.
What did you expect to happen instead?
Correct step sizes applied upon toggling a different step size button
How to reproduce this bug?
See "what happened".
Additional information:
No response
The text was updated successfully, but these errors were encountered:
Browser:
Chrome
Device:
Desktop PC
Operating System:
Windows
What happened?
The following line is causing an issue where, no matter which step the user selects, the actual stepSize value is hardcoded.
mainsail/src/components/panels/ToolheadControls/CrossControl.vue
Line 379 in 8ddf130
No matter which step size is selected, they will all send the same value of that step size, that was selected upon rendering the component.
E.g. if the component was rendered with a step size of 10 selected, all buttons will send a movement of 10mm.
Switching to a different step size, for example 25, changing the page and coming back to the dashboard (so causing a reload of that component), all steps will now be 25mm.
What did you expect to happen instead?
Correct step sizes applied upon toggling a different step size button
How to reproduce this bug?
See "what happened".
Additional information:
No response
The text was updated successfully, but these errors were encountered: