From 614a9445043c78007abda2a10eb7b0d0880f583c Mon Sep 17 00:00:00 2001 From: lsellens Date: Mon, 6 Aug 2018 23:18:13 -0500 Subject: [PATCH] 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 --- .github/contributing.md | 2 +- .github/issue_template.md | 4 +- Marlin/Version.h | 4 +- Marlin/power.cpp | 4 +- README.md | 87 +++++++++++++++++++-------------------- 5 files changed, 51 insertions(+), 50 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index 808c87bb04..544c7abc7c 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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 diff --git a/.github/issue_template.md b/.github/issue_template.md index 58b4894f67..df010f8cd9 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@