Fixed $G report issue with M7 and M8 both enabled.

[fix] When M7 and M8 are both enabled, $G report would show `M78`,
rather than `M7 M8`. This only effects systems that enable M7 mist
coolant in config.h. Not the default build.
This commit is contained in:
Sonny Jeon 2017-03-02 09:40:23 -07:00
parent fd2a4ebaee
commit 849122559b
3 changed files with 14 additions and 5 deletions

View file

@ -1,3 +1,12 @@
----------------
Date: 2017-02-27
Author: Sonny Jeon
Subject: Fixed shared build info code.
- The build info options of “two switches on an axis” and “homing init
lock” shared the same letter L. The former is now T.
----------------
Date: 2017-02-23
Author: Sonny Jeon