|
@@ -609,7 +609,7 @@ void unified_bed_leveling::G29() {
|
609
|
609
|
settings.load_mesh(param.KLS_storage_slot);
|
610
|
610
|
storage_slot = param.KLS_storage_slot;
|
611
|
611
|
|
612
|
|
- SERIAL_ECHOLNPGM("Done.");
|
|
612
|
+ SERIAL_ECHOLNPGM(STR_DONE);
|
613
|
613
|
}
|
614
|
614
|
|
615
|
615
|
//
|
|
@@ -637,7 +637,7 @@ void unified_bed_leveling::G29() {
|
637
|
637
|
settings.store_mesh(param.KLS_storage_slot);
|
638
|
638
|
storage_slot = param.KLS_storage_slot;
|
639
|
639
|
|
640
|
|
- SERIAL_ECHOLNPGM("Done.");
|
|
640
|
+ SERIAL_ECHOLNPGM(STR_DONE);
|
641
|
641
|
}
|
642
|
642
|
|
643
|
643
|
if (parser.seen_test('T'))
|