This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin
Marcio Teixeira 2e5e689a7f Fix kill() and ExtensibleUI (#12160)
* Fix to isPrintingFromMedia()

  - isPrintingFromMedia() will now return true even if SD print is paused.
  - isPrintingFromMediaPaused() allows UI to determine if the print is paused.

* Don't use _delay_us in minkill (#12145)

  - In HAL_DUE, _delay_us is simply an alias for delay, which causes the board to hang and subsequently reboot due to the watchdog timer.

* Shorten code with IFSD macro
2018-10-20 01:44:46 -05:00
..
lib Module updates 2017-09-21 16:26:42 -05:00
src Fix kill() and ExtensibleUI (#12160) 2018-10-20 01:44:46 -05:00
Configuration.h Alternative info screen (Prusa-style) (#12132) 2018-10-18 11:34:52 -05:00
Configuration_adv.h Move EXTRA_FAN_SPEED above FWRETRACT 2018-10-19 15:15:00 -05:00
Makefile Fix "Missing separator" errors. (#12035) 2018-10-08 14:28:52 -05:00
Marlin.ino Marlin.ino needs no content (#9506) 2018-02-06 02:28:18 -06:00