Collect and apply nozzle offsets

This commit is contained in:
jlewin 2019-02-22 10:35:59 -08:00
parent 910ba6458d
commit fe20d1137b
4 changed files with 65 additions and 33 deletions

View file

@ -95,6 +95,7 @@ namespace MatterHackers.MatterControl
{
if (value != _activeOffset)
{
_activeOffset = value;
this.OffsetChanged?.Invoke(this, null);
}
}