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:
parent
33364c17b9
commit
614a944504
5 changed files with 51 additions and 50 deletions
2
.github/contributing.md
vendored
2
.github/contributing.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue