Consolidate probe clearance, add section debug (#18576)
* Better section / function log * Add do_z_clearance motion function
This commit is contained in:
parent
0eab9fc08c
commit
73fc0778b8
18 changed files with 132 additions and 131 deletions
|
@ -622,8 +622,7 @@ void GcodeSuite::G26() {
|
|||
*/
|
||||
set_bed_leveling_enabled(!parser.seen('D'));
|
||||
|
||||
if (current_position.z < Z_CLEARANCE_BETWEEN_PROBES)
|
||||
do_blocking_move_to_z(Z_CLEARANCE_BETWEEN_PROBES);
|
||||
do_z_clearance(Z_CLEARANCE_BETWEEN_PROBES);
|
||||
|
||||
#if DISABLED(NO_VOLUMETRICS)
|
||||
bool volumetric_was_enabled = parser.volumetric_enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue