Commit fcf48a89 authored by MagoKimbra's avatar MagoKimbra

Fix M280

parent 1c48ec93
...@@ -4757,7 +4757,7 @@ inline void gcode_M226() { ...@@ -4757,7 +4757,7 @@ inline void gcode_M226() {
} }
else { else {
ECHO_SM(ER, "Servo "); ECHO_SM(ER, "Servo ");
ECHO_EMV(servo_index, " out of range"); ECHO_EVM(servo_index, " out of range");
} }
} }
else if (servo_index >= 0) { else if (servo_index >= 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment