/// <summary> /// Sends the Grbl '$$' command with messenger to Main class to get all particular $x=var settings of the machine /// </summary> public void RefreshSetting() { if (SettingCollection.Count > 0) { SettingCollection.Clear(); } logger.Debug("SettingViewModel|Send notification"); SendSettingMessage(); }