Remove the 40 char maximum on printer address textfield

This commit is contained in:
Mark 2018-08-29 11:50:43 +02:00
parent 694cc91ae9
commit dda356fbc4

View File

@ -364,7 +364,6 @@ Cura.MachineAction
{
id: addressField
width: parent.width
maximumLength: 40
validator: RegExpValidator
{
regExp: /[a-zA-Z0-9\.\-\_]*/