Refining xy calibration to go in the right direction

This commit is contained in:
Lars Brubaker 2019-03-20 16:17:54 -07:00
parent 96f9aafe70
commit af56aeb7fc
2 changed files with 4 additions and 4 deletions

View file

@ -168,7 +168,7 @@ namespace MatterHackers.MatterControl
.05,
printer.Settings.GetValue<double>(SettingsKey.nozzle_diameter),
printer.Settings.GetValue<double>(SettingsKey.wipe_tower_size),
8).GetAwaiter().GetResult();
6).GetAwaiter().GetResult();
break;
default:
@ -178,7 +178,7 @@ namespace MatterHackers.MatterControl
.1,
printer.Settings.GetValue<double>(SettingsKey.nozzle_diameter),
printer.Settings.GetValue<double>(SettingsKey.wipe_tower_size),
8).GetAwaiter().GetResult();
6).GetAwaiter().GetResult();
break;
}