v1.1f Release
This release contains some minor tweaks to the streaming interface, new features, and bug fixes:
[new] The $I build info output now shows two additional values separated by commas [OPT:VL,15,128]. The first value is the total number of usable planner buffer blocks, and the other value is the total number of serial RX buffer bytes available. This information is primarily for GUI handshaking. NOTE: There is always one unusable planner block (not part of the shown value) that is used for internal system purposes.
[new] The $I build info includes 5 more character codes to identify various build options. See documentation for details.
[new] Parking motion override control via a new M56 P0 and M56 P1command, which disables and enables the parking motion, respectively. A default override may be configured in config.h. This new feature requires both PARKING_ENABLE and ENABLE_PARKING_OVERRIDE_CONTROL enabled in config.h. Primarily for OEMs.
[new] M56 now appears in the $G g-code parser state print out when parking override is enabled in g-code , when the ENABLE_PARKING_OVERRIDE_CONTROL option is enabled.