pixelpusher / liveprinter

Livecoding for 3D printers
GNU Affero General Public License v3.0
40 stars 5 forks source link

Fix GUI so it updates more often after operations #51

Closed pixelpusher closed 2 years ago

pixelpusher commented 4 years ago

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.

pixelpusher commented 2 years ago

fixed in 7d79913ad03cbc812696a70b10867fc84921a50d