Fix errors in Vector4Field
This commit is contained in:
parent
1d1a06a966
commit
ad0e75e5f0
2 changed files with 7 additions and 7 deletions
|
|
@ -1797,7 +1797,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
HelpText = "The inset amount for nozzle 1 from the bed".Localize(),
|
||||
DataEditType = DataEditTypes.BOUNDS,
|
||||
ShowIfSet = "!sla_printer&extruder_count>1",
|
||||
DefaultValue = "200"
|
||||
DefaultValue = ""
|
||||
},
|
||||
new SliceSettingData()
|
||||
{
|
||||
|
|
@ -1806,7 +1806,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
HelpText = "The inset amount for nozzle 2 from the bed".Localize(),
|
||||
DataEditType = DataEditTypes.BOUNDS,
|
||||
ShowIfSet = "!sla_printer&extruder_count>1",
|
||||
DefaultValue = "200"
|
||||
DefaultValue = ""
|
||||
},
|
||||
new SliceSettingData()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue