muele-marlin/Marlin/src
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
..
config Clean up trailing whitespace 2018-10-19 15:27:17 -05:00
core Add support for Arm'ed (STM32F4) board (#12147) 2018-10-19 14:50:52 -05:00
feature Add parentheses to SD macros 2018-10-19 13:52:57 -05:00
gcode Clean up trailing whitespace 2018-10-19 15:27:17 -05:00
HAL Add parentheses to SD macros 2018-10-19 13:52:57 -05:00
inc Alternative info screen (Prusa-style) (#12132) 2018-10-18 11:34:52 -05:00
lcd Fix kill() and ExtensibleUI (#12160) 2018-10-20 01:44:46 -05:00
libs Extend M217 with configurable park/raise (#12076) 2018-10-13 23:08:20 -05:00
module Fix endstop when no interrupt (#12158) 2018-10-19 13:45:39 -05:00
pins Clean up trailing whitespace 2018-10-19 15:27:17 -05:00
sd Add M524 to abort SD printing (#12155) 2018-10-19 14:25:07 -05:00
Marlin.cpp Fix kill() and ExtensibleUI (#12160) 2018-10-20 01:44:46 -05:00
Marlin.h Fix kill => disable_all_heaters => print_job_timer.stop (#12146) 2018-10-18 21:20:56 -05:00