Added an error code for laser mode when VARIABLE_SPINDLE is disabled.

- When trying to enable laser mode with $32=1 and VARIABLE_SPINDLE is
disabled, the error code shown was improperly stating it was a homing
failure. Added an new error code specifically for the laser mode being
disabled without VARIABLE_SPINDLE.
This commit is contained in:
Sonny Jeon 2017-03-24 20:18:54 -06:00
parent 43561abaf7
commit 775acac601
6 changed files with 33 additions and 2 deletions

View file

@ -1,3 +1,31 @@
----------------
Date: 2017-03-19
Author: Sonny Jeon
Subject: Housekeeping.
- Moved Grbl logo files to a separate repo.
- Added PocketNC FR4 defaults. Needs some additional work though to be
compatible.
- Updated README image links.
----------------
Date: 2017-03-19
Author: Sonny Jeon
Subject: Update README.md
----------------
Date: 2017-03-02
Author: Sonny Jeon
Subject: 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.
----------------
Date: 2017-02-27
Author: Sonny Jeon