mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:09:00 +08:00
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:
commit
49743d8e6c
@ -364,7 +364,6 @@ Cura.MachineAction
|
|||||||
{
|
{
|
||||||
id: addressField
|
id: addressField
|
||||||
width: parent.width
|
width: parent.width
|
||||||
maximumLength: 40
|
|
||||||
validator: RegExpValidator
|
validator: RegExpValidator
|
||||||
{
|
{
|
||||||
regExp: /[a-zA-Z0-9\.\-\_]*/
|
regExp: /[a-zA-Z0-9\.\-\_]*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user