Collect and apply nozzle offsets
This commit is contained in:
parent
910ba6458d
commit
fe20d1137b
4 changed files with 65 additions and 33 deletions
|
|
@ -95,6 +95,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
if (value != _activeOffset)
|
||||
{
|
||||
_activeOffset = value;
|
||||
this.OffsetChanged?.Invoke(this, null);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue