improving connect procedure
This commit is contained in:
parent
de77575fd2
commit
35ef85b73e
16 changed files with 200 additions and 186 deletions
|
|
@ -95,8 +95,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
private void RetractProbe()
|
||||
{
|
||||
// make sure we raise the probe on close
|
||||
if (printer.Settings.GetValue<bool>(SettingsKey.has_z_probe)
|
||||
&& printer.Settings.GetValue<bool>(SettingsKey.use_z_probe)
|
||||
if (printer.Settings.Helpers.ProbeBeingUsed
|
||||
&& printer.Settings.GetValue<bool>(SettingsKey.has_z_servo))
|
||||
{
|
||||
// make sure the servo is retracted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue