Browse Source
G29: Report final position back to host when using MBL
pull/1/head
João Brázio
9 years ago
No known key found for this signature in database
GPG Key ID: F62CFD37DFFDB540
1 changed files with
2 additions and
1 deletions
-
Marlin/Marlin_main.cpp
|
|
@ -3069,8 +3069,9 @@ inline void gcode_G28() { |
|
|
|
return; |
|
|
|
} |
|
|
|
mbl.z_offset = z; |
|
|
|
|
|
|
|
} // switch(state)
|
|
|
|
|
|
|
|
report_current_position(); |
|
|
|
} |
|
|
|
|
|
|
|
#elif ENABLED(AUTO_BED_LEVELING_FEATURE) |
|
|
|