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
the updateGUI() function in js/liveprinter.ui.js doesn't always update because it depends on a gcode response callback. Functions like # turn 90 don't generate gcode, hence don't update the GUI display up top. This needs to be done more sensibly.
The text was updated successfully, but these errors were encountered:
the
updateGUI()
function in js/liveprinter.ui.js doesn't always update because it depends on a gcode response callback. Functions like# turn 90
don't generate gcode, hence don't update the GUI display up top. This needs to be done more sensibly.The text was updated successfully, but these errors were encountered: