Merge pull request #4299 from Ultimaker/remove_maximum_length_printer_address

Remove the 40 char maximum on printer address textfield
This commit is contained in:
Lipu Fei 2018-08-29 12:53:14 +02:00 committed by GitHub
commit 49743d8e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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