Report probe result z
issue: MatterHackers/MCCentral#6172 Report Bed Validation Point
This commit is contained in:
parent
f5cf5a7418
commit
6b5b16319d
1 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
{
|
||||
samplesForSinglePosition.Add(sampleRead);
|
||||
|
||||
printer.Connection.TerminalLog.WriteLine($"Probe Z: {sampleRead}");
|
||||
|
||||
int numberOfSamples = printer.Settings.GetValue<int>(SettingsKey.z_probe_samples);
|
||||
if (samplesForSinglePosition.Count >= numberOfSamples)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue