Skip to content
Snippets Groups Projects
Commit 4ae9a06c authored by kAdonis's avatar kAdonis Committed by Scott Lahteine
Browse files

Update M303.cpp (#12471)

parent c0b75f49
Branches
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
*/
void GcodeSuite::M303() {
const int8_t e = parser.byteval('E');
const int8_t e = parser.intval('E');
if (!WITHIN(e, 0
#if ENABLED(PIDTEMPBED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment