AnHardt / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
GNU General Public License v3.0
1 stars 1 forks source link

Replace the "ok" in M280, M301, M304, M851 with "echo:" #18

Closed AnHardt closed 8 years ago

AnHardt commented 8 years ago

Replace the "ok" in M280, M301, M304, M851 with "echo:" to not send two "ok"s.

Doing the same for M105 would break the input filters of the hosts. For M105 the other "ok" is omitted.

Fix for https://github.com/MarlinFirmware/Marlin/issues/2950