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:
Sonny Jeon 2017-02-27 15:24:51 -07:00
parent e54444e948
commit fd2a4ebaee
5 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,15 @@
----------------
Date: 2017-02-23
Author: Sonny Jeon
Subject: Restrict coincident target updates to M3 constant laser only.
- Restrict M3 forced updates when there is a motion block with a
coincident target. Force syncing of the spindle state can lead to some
pauses during a job that has coincident targets. Thats not
particularly desirable. This ensures M4 dynamic mode is not effected by
this force-sync.
----------------
Date: 2017-02-23
Author: Sonny Jeon