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’.
This commit is contained in:
parent
e54444e948
commit
fd2a4ebaee
5 changed files with 16 additions and 4 deletions
|
|
@ -395,7 +395,7 @@ void report_build_info(char *line)
|
|||
serial_write('H');
|
||||
#endif
|
||||
#ifdef LIMITS_TWO_SWITCHES_ON_AXES
|
||||
serial_write('L');
|
||||
serial_write('T');
|
||||
#endif
|
||||
#ifdef ALLOW_FEED_OVERRIDE_DURING_PROBE_CYCLES
|
||||
serial_write('A');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue