Make mesh leveling go to the next closest point

issue: MatterHackers/MCCentral#6232
Homing to the back left (min x, max y) should start leveling at back left
This commit is contained in:
Lars Brubaker 2021-02-09 17:27:26 -08:00
parent 71d2b13830
commit e9ee7a8cae
11 changed files with 45 additions and 15 deletions

View file

@ -384,7 +384,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
sampledPositions.Add(new PrintLevelingWizard.ProbePosition());
}
positionsToSample = levelingPlan.GetPrintLevelPositionToSample().ToList();
positionsToSample = levelingPlan.GetPositionsToSample(printer.Connection.HomingPosition).ToList();
StartReporting();
}