Update M303.cpp (#12471)
This commit is contained in:
parent
c0b75f49b6
commit
4ae9a06c60
|
@ -37,7 +37,7 @@
|
||||||
*/
|
*/
|
||||||
void GcodeSuite::M303() {
|
void GcodeSuite::M303() {
|
||||||
|
|
||||||
const int8_t e = parser.byteval('E');
|
const int8_t e = parser.intval('E');
|
||||||
|
|
||||||
if (!WITHIN(e, 0
|
if (!WITHIN(e, 0
|
||||||
#if ENABLED(PIDTEMPBED)
|
#if ENABLED(PIDTEMPBED)
|
||||||
|
|
Loading…
Reference in a new issue