Rename MatterControl.LayerName to layer_name

This commit is contained in:
John Lewin 2016-06-16 17:14:15 -07:00
parent 5d6fcdadba
commit 66f91c5bbc
4 changed files with 9 additions and 5 deletions

View file

@ -1166,8 +1166,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
#endif
// The COM_PORT control is unique in its approach to the SlicerConfigName. It uses "com_port" settings name to
// bind to a context that will place it in the SliceSetting view but it binds its values to a machine
// specific dictionary key that is not exposed in the UI. At runtime we lookup and store to "MatterControl.<machine>.ComPort"
// ensuring that a single printer can be shared across different devices and we'll select the correct ComPort in each case
// specific dictionary key that is not exposed in the UI. At runtime we lookup and store to '<machinename>_com_port'
// ensuring that a single printer can be shared across different devices and we'll select the correct com port in each case
var selectableOptions = new DropDownList("None", maxHeight: 200)
{
ToolTipText = settingData.HelpText,