Commit b80ba5c6 authored by MagoKimbra's avatar MagoKimbra

Add read and write zprobe_zoffset

parent 5c5f69d4
......@@ -231,7 +231,11 @@ void Config_PrintSettings()
SERIAL_ECHOPAIR(" Y:",delta_tower3_y);
SERIAL_ECHOLN("");
*/
#endif
#else // no DELTA
SERIAL_ECHO_START;
SERIAL_ECHOPAIR("Z Probe offset (mm):" ,zprobe_zoffset);
SERIAL_ECHOLN("");
#endif // DELTA
#ifdef PIDTEMP
SERIAL_ECHO_START;
......
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