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:
parent
71d2b13830
commit
e9ee7a8cae
11 changed files with 45 additions and 15 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue