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/src/lcd/extensible_ui
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 Fix and improve EXTENSIBLE_UI (#12117) 2018-10-16 16:58:29 -05:00
ui_api.cpp Fix kill() and ExtensibleUI (#12160) 2018-10-20 01:44:46 -05:00
ui_api.h Fix kill() and ExtensibleUI (#12160) 2018-10-20 01:44:46 -05:00