Total rework of simulator for dev branch. Create separate thread for interrupt processes. Tick-accurate simulation of timers. Non-blocking character input for running in realtime mode. Decouple hardware sim from grbl code as much as possible. Expanded command line options. Provisions for cross-platform solution.
This commit is contained in:
parent
92d6c2bca5
commit
8c9f3bca65
33 changed files with 1062 additions and 437 deletions
2
sim/sim.sh
Executable file
2
sim/sim.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
./grbl_sim.exe 0.01 <HelloWorld.nc >HelloWorld.dat 2> HelloWorldSteps.dat
|
||||
gnuplot -persist gnuplot.plt
|
||||
Loading…
Add table
Add a link
Reference in a new issue