|
@@ -609,7 +609,7 @@
|
609
|
609
|
if (parser.seen('L')) { // Load Current Mesh Data
|
610
|
610
|
g29_storage_slot = parser.has_value() ? parser.value_int() : storage_slot;
|
611
|
611
|
|
612
|
|
- uint16_t a = settings.calc_num_meshes();
|
|
612
|
+ int16_t a = settings.calc_num_meshes();
|
613
|
613
|
|
614
|
614
|
if (!a) {
|
615
|
615
|
SERIAL_PROTOCOLLNPGM("?EEPROM storage not available.");
|
|
@@ -651,7 +651,7 @@
|
651
|
651
|
return;
|
652
|
652
|
}
|
653
|
653
|
|
654
|
|
- uint16_t a = settings.calc_num_meshes();
|
|
654
|
+ int16_t a = settings.calc_num_meshes();
|
655
|
655
|
|
656
|
656
|
if (!a) {
|
657
|
657
|
SERIAL_PROTOCOLLNPGM("?EEPROM storage not available.");
|