Roxy-3D
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp
|
|
@ -599,8 +599,8 @@ |
|
|
|
if (parser.seen('S')) { // Store (or Save) Current Mesh Data
|
|
|
|
g29_storage_slot = parser.has_value() ? parser.value_int() : storage_slot; |
|
|
|
|
|
|
|
if (g29_storage_slot == -1) // Special case, we are going to 'Export' the mesh to the
|
|
|
|
return report_current_mesh(); |
|
|
|
if (g29_storage_slot == -1) // Special case, the user wants to 'Export' the mesh to the
|
|
|
|
return report_current_mesh(); // host program to be saved on the user's computer
|
|
|
|
|
|
|
|
int16_t a = settings.calc_num_meshes(); |
|
|
|
|
|
|
|