|
@ -609,7 +609,7 @@ |
|
|
if (parser.seen('L')) { // Load Current Mesh Data
|
|
|
if (parser.seen('L')) { // Load Current Mesh Data
|
|
|
g29_storage_slot = parser.has_value() ? parser.value_int() : storage_slot; |
|
|
g29_storage_slot = parser.has_value() ? parser.value_int() : storage_slot; |
|
|
|
|
|
|
|
|
uint16_t a = settings.calc_num_meshes(); |
|
|
int16_t a = settings.calc_num_meshes(); |
|
|
|
|
|
|
|
|
if (!a) { |
|
|
if (!a) { |
|
|
SERIAL_PROTOCOLLNPGM("?EEPROM storage not available."); |
|
|
SERIAL_PROTOCOLLNPGM("?EEPROM storage not available."); |
|
@ -651,7 +651,7 @@ |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
uint16_t a = settings.calc_num_meshes(); |
|
|
int16_t a = settings.calc_num_meshes(); |
|
|
|
|
|
|
|
|
if (!a) { |
|
|
if (!a) { |
|
|
SERIAL_PROTOCOLLNPGM("?EEPROM storage not available."); |
|
|
SERIAL_PROTOCOLLNPGM("?EEPROM storage not available."); |
|
|