Browse Source

Update M303.cpp (#12471)

pull/1/head
kAdonis 6 years ago
committed by Scott Lahteine
parent
commit
4ae9a06c60
  1. 2
      Marlin/src/gcode/temperature/M303.cpp

2
Marlin/src/gcode/temperature/M303.cpp

@ -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