Refining xy calibration to go in the right direction
This commit is contained in:
parent
96f9aafe70
commit
af56aeb7fc
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue