Teacup_Firmware/simulator
Markus Hitter 7441f6b6ba Simulator: be more clear about files opened.
Before, a seemingly valid command like ...

  ./sim -o sim-log.log -t 0 testcases/triangle-odd.gcode

... would not act as expected (treat both files as G-code source)
and not give meaningful hints on what's going on either. It just
reported 'Could not stat file'. No hint that it tries to open the
intended log file as G-code source.

Now the message reporting opening of a G-code file names it as
'G-code source' and opening of the recorder file gets reported,
too. Which should give a good idea about what's going on.
2018-01-07 12:54:26 +01:00
..
analog_sim.c Sim: add --report-temptables option 2016-04-16 00:59:55 +02:00
data_recorder.c Simulator: be more clear about files opened. 2018-01-07 12:54:26 +01:00
data_recorder.h simulator: Make time-scale=0 a cmdline option 2013-12-06 19:24:58 +01:00
delay_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
heater_sim.c heater: software pwm with delta sigma algorithm 2017-03-21 14:51:08 +01:00
intercom_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
pff_diskio_sim.c Add simulator SD card (and SPI, PFF) support. 2015-07-17 16:02:59 +02:00
pff_sim.c Add simulator SD card (and SPI, PFF) support. 2015-07-17 16:02:59 +02:00
sd_sim.c SD card: remove sd_read_char() also from the simulator. 2015-07-17 16:06:19 +02:00
serial_sim.c Simulator: be more clear about files opened. 2018-01-07 12:54:26 +01:00
simulator.c simulator: suppress position display unless something changed 2016-05-31 15:21:49 -04:00
spi_sim.c Introduce #ifdef SPI. 2015-08-13 17:12:12 +02:00
timer_ext.c Move pin I/O macros from arduino.h to pinio.h. 2015-08-12 14:26:34 +02:00