Marlin_Firmware/Marlin/src/lcd
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
..
dogm Add parentheses to SD macros 2018-10-19 13:52:57 -05:00
extensible_ui Fix kill() and ExtensibleUI (#12160) 2018-10-20 01:44:46 -05:00
language Update German language (#12143) 2018-10-18 19:17:37 -05:00
fontutils.cpp Use PGM_P for PSTR pointers (#11977) 2018-09-30 23:44:33 -05:00
fontutils.h Use PGM_P for PSTR pointers (#11977) 2018-09-30 23:44:33 -05:00
lcdprint_hd44780.cpp Use PGM_P for PSTR pointers (#11977) 2018-09-30 23:44:33 -05:00
lcdprint_u8g.cpp Use PGM_P for PSTR pointers (#11977) 2018-09-30 23:44:33 -05:00
lcdprint.h Use PGM_P for PSTR pointers (#11977) 2018-09-30 23:44:33 -05:00
malyanlcd.cpp Fix kill => disable_all_heaters => print_job_timer.stop (#12146) 2018-10-18 21:20:56 -05:00
thermistornames.h Add Einstart-S support (#11219) 2018-07-26 05:52:22 -05:00
u8g_fontutf8.cpp Use PGM_P for PSTR pointers (#11977) 2018-09-30 23:44:33 -05:00
u8g_fontutf8.h Use PGM_P for PSTR pointers (#11977) 2018-09-30 23:44:33 -05:00
ultralcd_common_HD44780.h [2.0.x][HD44780] Remove unused include 2018-07-06 23:45:47 -05:00
ultralcd_impl_DOGM.h Add Bootscreen Animation (#12077) 2018-10-12 22:11:20 -05:00
ultralcd_impl_HD44780.h Add parentheses to SD macros 2018-10-19 13:52:57 -05:00
ultralcd.cpp Add M524 to abort SD printing (#12155) 2018-10-19 14:25:07 -05:00
ultralcd.h Add M524 to abort SD printing (#12155) 2018-10-19 14:25:07 -05:00