Update M303.cpp (#12471)

2.0.x
kAdonis 6 years ago committed by Scott Lahteine
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…
Cancel
Save