nraynaud / webgcode

Online G-Code simulator, controller code for STM32F4-Discovery and google chrome extension to send the code to it.
http://nraynaud.github.io/webgcode/webapp/visucamTest.html#/
Other
376 stars 164 forks source link

webgcode "Load bigger sample" takes too long to process #17

Open dafzor opened 7 years ago

dafzor commented 7 years ago

The button "Load bigger sample" on the webgcode application loads a massive gcode sample and immediately simulates it which on low powered devices makes it look like the app stopped responding or just hanged.

The proximity to the regular Simulate button also means there could be accidental presses specially when using mobile touch devices.

I would suggest that the button be removed and replaced by a menu that allows loading the sample (and maybe other examples) of gcode into the editor so that users can see the code and only simulate it when the user presses the Simulate button thus avoiding accidental "lockups".

This is a low priority enhancement request.