From 83a24ed0cc126ecf884e3240e9ef6159739e96de Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 10 Jul 2019 13:02:14 +0200 Subject: [PATCH] Rename machines with too long names The names of these two printers were so long that the file names would be too long by default for some file systems. Cura was preventing the user from adding the printers then unless they changed their names. --- .../definitions/structur3d_discov3ry1_complete_um2plus.def.json | 2 +- resources/definitions/tam.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json b/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json index b4f91d68d1..fd43ae7da9 100644 --- a/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json +++ b/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Discov3ry Complete (Ultimaker 2+)", + "name": "Discov3ry Complete", "inherits": "fdmprinter", "metadata": { "author": "Andrew Finkle, CTO", diff --git a/resources/definitions/tam.def.json b/resources/definitions/tam.def.json index 2a23688eb8..67a4bb8eab 100644 --- a/resources/definitions/tam.def.json +++ b/resources/definitions/tam.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Type A Machines Series 1 2014", + "name": "Series 1 2014", "inherits": "fdmprinter", "metadata": { "visible": true,