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
On screens with a console (/console, or / on desktop with a console panel), opening dialogs is very slow.
Other windows open at same time (/config, / on mobile without console panel, etc) show the dialog almost instantly.
Open pages with and without consoles, then activate the macro. Windows showing pages with consoles take a few seconds to show the dialog, while it is quick on others.
Additional information:
also applies to at least firefox on android, and edge on windows.
The actual problem/cause might be "console is slow", not sure, but either way it makes debugging macros tedious.
The text was updated successfully, but these errors were encountered:
it should not make any diffrenece if you have a console or not. its maybe just the rendering time of the console itself (maybe you have a huge number of new lines in your console).
so its just the GUI rendering time. nothing special to it. macro prompts are very slow an not made for "high speed inputs"
It seems to be the total number of lines in console. with empty console, it can add about 50 lines per second. With 500 lines in console it is about 2-3 per second (meaning about 3-4 seconds before a 10 line menu shows up).
Seems to drop off at around 500 rather than slowing proportional to size.
Mainsail Version:
v2.13.2
Browser:
Firefox
Device:
Desktop PC
Operating System:
Windows
What happened?
On screens with a console (
/console
, or/
on desktop with a console panel), opening dialogs is very slow.Other windows open at same time (
/config
,/
on mobile without console panel, etc) show the dialog almost instantly.What did you expect to happen instead?
Dialog opens quickly regardless of screen.
How to reproduce this bug?
Create a gcode macro that uses prompt dialogs.
Open pages with and without consoles, then activate the macro. Windows showing pages with consoles take a few seconds to show the dialog, while it is quick on others.
Additional information:
also applies to at least firefox on android, and edge on windows.
The actual problem/cause might be "console is slow", not sure, but either way it makes debugging macros tedious.
The text was updated successfully, but these errors were encountered: