Update M303.cpp (#12471)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user