Explorar el Código

Update M303.cpp (#12471)

kAdonis hace 6 años
padre
commit
4ae9a06c60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/gcode/temperature/M303.cpp

+ 1
- 1
Marlin/src/gcode/temperature/M303.cpp Ver fichero

@@ -37,7 +37,7 @@
37 37
  */
38 38
 void GcodeSuite::M303() {
39 39
 
40
-  const int8_t e = parser.byteval('E');
40
+  const int8_t e = parser.intval('E');
41 41
 
42 42
   if (!WITHIN(e, 0
43 43
     #if ENABLED(PIDTEMPBED)

Loading…
Cancelar
Guardar