auto power control without heated bed (#11467)

`AUTO_POWER_CONTROL` will not work if printer has no heated bed due to `degTargetBed()` not being defined
This commit is contained in:
lsellens 2018-08-06 23:18:13 -05:00 committed by Scott Lahteine
parent 33364c17b9
commit 614a944504
5 changed files with 51 additions and 50 deletions

View file

@ -132,7 +132,7 @@ Pull Requests should always be targeted to working branches (e.g., `bugfix-1.1.x
* Use the present tense ("Add feature" not "Added feature").
* Use the imperative mood ("Move cursor to..." not "Moves cursor to...").
* Limit the first line to 72 characters or fewer.
* Limit the first line to 72 characters or less.
* Reference issues and Pull Requests liberally after the first line.
### C++ Coding Standards