Workaround for Android build break
This commit is contained in:
parent
70e27f1242
commit
4a6e845478
1 changed files with 3 additions and 1 deletions
|
|
@ -605,10 +605,12 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
placeFieldInDedicatedRow = true;
|
||||
uiField = new ExtruderOffsetField(settingsContext, settingData.SlicerConfigName);
|
||||
break;
|
||||
|
||||
#if !__ANDROID__
|
||||
case SliceSettingData.DataEditTypes.IP_LIST:
|
||||
uiField = new IpAddessField(printer);
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
// Missing Setting
|
||||
settingsRow.AddContent(new TextWidget(String.Format("Missing the setting for '{0}'.", settingData.DataEditType.ToString()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue