Remove M48 credits also
This commit is contained in:
parent
34e51f576f
commit
25dc79f124
@ -2414,10 +2414,8 @@ inline void gcode_M42() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose_level > 0) {
|
if (verbose_level > 0)
|
||||||
SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
|
SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test\n");
|
||||||
SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (code_seen('n')) {
|
if (code_seen('n')) {
|
||||||
n_samples = code_value();
|
n_samples = code_value();
|
||||||
|
Loading…
Reference in New Issue
Block a user