Scott Lahteine
f06c3c38b9
Fix M0_M1 with no LCD
2018-04-24 09:22:05 -05:00
Scott Lahteine
3396671011
[2.0.x] Reset LCD status to fallbacks ( #10470 )
...
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
2018-04-22 00:16:30 -05:00
Scott Lahteine
55e9b85ad6
Clear the "Wait for user" message set by M0/M1
...
See https://github.com/MarlinFirmware/Marlin/issues/10246#issuecomment-377146936
2018-03-29 18:38:12 -05:00
Scott Lahteine
9e4c037cef
Wait before turning off PRINTER_EVENT_LEDS at print end ( #10248 )
2018-03-28 22:59:28 -05:00
Scott Lahteine
1cb810ff1c
[2.0.x] Automatically reset stepper timeout ( #10179 )
...
* Automatically reset stepper timeout in manage_inactivity
Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner.
* blocks_queued => has_blocks_queued
2018-03-21 19:30:06 -05:00
GMagician
99fcf60977
[2.x] addressing #8644
...
Removed missing include file
2017-12-06 23:49:30 -06:00
Scott Lahteine
5c4f3e0107
Add LCD_SET_PROGRESS_MANUALLY
2017-10-15 03:05:29 -05:00
Scott Lahteine
8584f7e390
Move M250 to cpp
2017-09-21 16:27:05 -05:00
Scott Lahteine
4f14849675
Move M300 to cpp
2017-09-21 16:27:04 -05:00
Scott Lahteine
811c32b85a
Move M117 to cpp
2017-09-21 16:27:00 -05:00
Scott Lahteine
cbf40f7ee9
Move M145 to cpp
2017-09-21 16:26:58 -05:00
Scott Lahteine
04583d46af
Move M0_M1 to cpp
2017-09-21 16:26:52 -05:00
Scott Lahteine
51f195e698
Move dwell to gcode
2017-09-21 16:26:48 -05:00
Scott Lahteine
722786966a
Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
2017-09-21 16:26:45 -05:00
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
2017-09-21 16:26:45 -05:00