Commit Graph

128 Commits

Author SHA1 Message Date
bfe223e120 Adjust usage of stepper.synchronize 2018-05-06 01:24:14 -05:00
d8a8eec6ea Add THERMAL_PROTECTION capability
Based on #10465

In response to `M115` the firmware reports if Thermal Protection is enabled (1) or not (0). This information can be used by software such as OctoPrint (more precisely the Printer Safety Check plugin) to warn users when Thermal Protection is not enabled in the firmware.

Co-Authored-By: andrivet <sebastien@advtools.com>
2018-04-20 16:50:50 -05:00
4c8751727a Fix M118 parameter handling
Fix #10388
2018-04-12 19:10:04 -05:00
eb079959fb Report sd card progress [FR] #9751 (#9832)
* SD Status auto-report feature
Feature Request #9751
2018-02-26 15:38:27 -06:00
fc5c1a28d8 Fix M118 parameter parsing 2018-01-24 00:30:13 -06:00
c9bda932fe Patch M114 D logical output 2018-01-23 18:50:37 -06:00
f7efac57b7 Multi-host support 2018-01-10 00:14:47 -06:00
427df8792d Fix Capabilities Report 2017-12-28 21:08:59 -06:00
93a6a4e1a8 Add VOLUMETRIC capability item 2017-12-19 20:11:23 -06:00
73e32925e4 References are better for array args 2017-12-11 00:27:06 -06:00
125c572d97 Tweak M114 detail 2017-12-11 00:27:06 -06:00
4c5ffd2349 [2.0.x] Report SERIAL_XON_XOFF in M115
-Report SERIAL_XON_XOFF in Extended Capabilites M115 report for hosts
-Remove outdated 256 size limitation from comments on RX_BUFFER_SIZE defines
-Update error message conditions
2017-12-02 21:08:06 -08:00
e70b44dc0b Make sure leveled[] is defined for later use 2017-11-14 02:13:38 -06:00
54774841ba Merge pull request #8416 from thinkyhead/bf2_M114_DETAIL
[2.0] Add M114_DETAIL to Configuration_adv.h
2017-11-14 00:28:55 -06:00
009e3a7aa7 Add M114_DETAIL to Configuration_adv.h 2017-11-14 00:03:17 -06:00
e8e92f8969 No leveling data in M114 if no leveling is enabled 2017-11-12 23:03:38 -06:00
e6aba99f16 Fix M118 parameters, with strict guideline 2017-11-06 22:57:01 -06:00
f8393a0908 Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
5c4f3e0107 Add LCD_SET_PROGRESS_MANUALLY 2017-10-15 03:05:29 -05:00
eef4a54778 Move M119-M121 to cpp 2017-09-21 16:27:01 -05:00
379f16558e Move M118 to cpp 2017-09-21 16:27:00 -05:00
1d2061c935 Move M115 to cpp 2017-09-21 16:27:00 -05:00
81b8fbf4d6 Move M114 to cpp 2017-09-21 16:27:00 -05:00
14a5d2a273 Move M113 to cpp 2017-09-21 16:26:57 -05:00
a831977dee Move M110 to cpp 2017-09-21 16:26:57 -05:00
8dc2838d98 Move host keepalive to GcodeSuite 2017-09-21 16:26:46 -05:00
722786966a Add gcode.cpp, motion.*, queue.* - Apply to some G-codes. 2017-09-21 16:26:45 -05:00
4231faf779 Initial split-up of G-code handlers by category 2017-09-21 16:26:45 -05:00