reset bed level correction only for xyz calibration
This commit is contained in:
parent
cdeedce58f
commit
34ba8c3bf7
1 changed files with 2 additions and 1 deletions
|
@ -3312,8 +3312,9 @@ void process_commands()
|
|||
setTargetHotend(0, 0);
|
||||
setTargetHotend(0, 1);
|
||||
setTargetHotend(0, 2);
|
||||
adjust_bed_reset(); //reset bed level correction
|
||||
}
|
||||
adjust_bed_reset(); //reset bed level correction
|
||||
|
||||
// Disable the default update procedure of the display. We will do a modal dialog.
|
||||
lcd_update_enable(false);
|
||||
// Let the planner use the uncorrected coordinates.
|
||||
|
|
Loading…
Add table
Reference in a new issue