Browse Source

Standardise capitalisation of printer names

Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font.

As discussed with the Cura team.
Ghostkeeper 3 years ago
parent
commit
dc09465afe

+ 3 - 3
resources/definitions/abax_pri3.def.json

@@ -1,11 +1,11 @@
 {
-    "name": "ABAX PRi3",
+    "name": "Abax PRi3",
     "version": 2,
     "inherits": "fdmprinter",
     "metadata": {
         "visible": true,
-        "author": "ABAX 3d Technologies",
-        "manufacturer": "ABAX 3d Technologies",
+        "author": "Abax 3D Technologies",
+        "manufacturer": "Abax 3D Technologies",
         "file_formats": "text/x-gcode",
         "machine_extruder_trains":
         {

+ 3 - 3
resources/definitions/abax_pri5.def.json

@@ -1,11 +1,11 @@
 {
-    "name": "ABAX PRi5",
+    "name": "Abax PRi5",
     "version": 2,
     "inherits": "fdmprinter",
     "metadata": {
         "visible": true,
-        "author": "ABAX 3d Technologies",
-        "manufacturer": "ABAX 3d Technologies",
+        "author": "Abax 3D Technologies",
+        "manufacturer": "Abax 3D Technologies",
         "file_formats": "text/x-gcode",
         "machine_extruder_trains":
         {

+ 3 - 3
resources/definitions/abax_titan.def.json

@@ -1,11 +1,11 @@
 {
-    "name": "ABAX Titan",
+    "name": "Abax Titan",
     "version": 2,
     "inherits": "fdmprinter",
     "metadata": {
         "visible": true,
-        "author": "ABAX 3d Technologies",
-        "manufacturer": "ABAX 3d Technologies",
+        "author": "Abax 3D Technologies",
+        "manufacturer": "Abax 3D Technologies",
         "file_formats": "text/x-gcode",
         "machine_extruder_trains":
         {

+ 2 - 2
resources/definitions/alya3dp.def.json

@@ -1,11 +1,11 @@
 {
     "version": 2,
-    "name": "ALYA",
+    "name": "Alya",
     "inherits": "fdmprinter",
     "metadata":
     {
         "visible": true,
-        "author": "ALYA",
+        "author": "Alya",
         "manufacturer": "Kati Hal ARGE",
         "file_formats": "text/x-gcode",
         "platform": "alya_platform.3mf",

+ 2 - 2
resources/definitions/alyanx3dp.def.json

@@ -1,11 +1,11 @@
 {
     "version": 2,
-    "name": "ALYA NX",
+    "name": "Alya NX",
     "inherits": "fdmprinter",
     "metadata":
     {
         "visible": true,
-        "author": "ALYA",
+        "author": "Alya",
         "manufacturer": "Kati Hal ARGE",
         "file_formats": "text/x-gcode",
         "platform": "alya_nx_platform.3mf",

+ 2 - 2
resources/definitions/anet3d_a2_plus.def.json

@@ -1,6 +1,6 @@
 {
     "version": 2,
-    "name": "Anet A2 PLUS",
+    "name": "Anet A2 Plus",
     "inherits": "anet3d",
     "metadata": {
         "visible": true,
@@ -11,7 +11,7 @@
     },
 
     "overrides": {
-        "machine_name": { "default_value": "Anet A2 PLUS" },
+        "machine_name": { "default_value": "Anet A2 Plus" },
         "machine_width": {
             "default_value": 220
         },

+ 2 - 2
resources/definitions/anet3d_a8_plus.def.json

@@ -1,6 +1,6 @@
 {
     "version": 2,
-    "name": "Anet A8 PLUS",
+    "name": "Anet A8 Plus",
     "inherits": "anet3d",
     "metadata": {
         "visible": true,
@@ -11,7 +11,7 @@
     },
 
     "overrides": {
-        "machine_name": { "default_value": "Anet A8 PLUS" },
+        "machine_name": { "default_value": "Anet A8 Plus" },
         "machine_width": {
             "default_value": 300
         },

+ 2 - 2
resources/definitions/anet3d_et4_pro.def.json

@@ -1,6 +1,6 @@
 {
     "version": 2,
-    "name": "Anet ET4 PRO",
+    "name": "Anet ET4 Pro",
     "inherits": "anet3d",
     "metadata": {
         "visible": true,
@@ -11,7 +11,7 @@
     },
 
     "overrides": {
-        "machine_name": { "default_value": "Anet ET4 PRO" },
+        "machine_name": { "default_value": "Anet ET4 Pro" },
         "machine_width": {
             "default_value": 220
         },

+ 1 - 1
resources/definitions/bibo2_dual.def.json

@@ -1,6 +1,6 @@
 {
     "version": 2,
-    "name": "BIBO2 dual",
+    "name": "Bibo 2 dual",
     "inherits": "fdmprinter",
     "metadata": {
         "visible": true,

+ 1 - 1
resources/definitions/biqu_b1.def.json

@@ -1,5 +1,5 @@
 {
-    "name": "BIQU B1",
+    "name": "Biqu B1",
     "version": 2,
     "inherits": "biqu_base",
     "metadata": {

Some files were not shown because too many files changed in this diff