c=configBase.SettingRow(left,"Nozzle size (mm)",'nozzle_size','0.4','The nozzle size is very important, this is used to calculate the line width of the infill, and used to calculate the amount of outside wall lines and thickness for the wall thickness you entered in the print settings.',type='preference')
c=configBase.SettingRow(left,'Serial port','serial_port',['AUTO']+machineCom.serialList(),'Serial port to use for communication with the printer',type='preference')
c=configBase.SettingRow(left,'Baudrate','serial_baud','250000','Speed of the serial port communication\nNeeds to match your firmware settings\nCommon values are 250000, 115200, 57600',type='preference')