Andy Li

Results 2 comments of Andy Li

Agreed, it would be useful for longer inputs and outputs. I'm not working on it actively, but let me know if you come up with a workable design in your...

There's not a built-in way to adjust the time step, but you can try this in the JS console to speed it up slightly: ```js main.controller.simulator.machine.stepInterval = 0 ``` However,...