From 00a16847983d6e9c9fa0d29b177ebed6ae8f4d0c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 30 Jul 2020 14:18:36 +0200 Subject: [PATCH] Consistent capitalisation with other printers Some printers stylize themselves with allcaps to gain more attention or because they use fonts that don't have lowercase (especially Asian brands) or to mix it with fixed-width characters. Here we'd like to keep them all equal, so they get proper name-style capitalisation. --- resources/definitions/cubicon_style_neo_a22.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/cubicon_style_neo_a22.def.json b/resources/definitions/cubicon_style_neo_a22.def.json index 50c6875b24..95d6b5e933 100644 --- a/resources/definitions/cubicon_style_neo_a22.def.json +++ b/resources/definitions/cubicon_style_neo_a22.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Cubicon Style NEO-A22", + "name": "Cubicon Style Neo-A22", "inherits": "cubicon_common", "metadata": { "author": "Cubicon R&D Center", @@ -19,10 +19,10 @@ }, "overrides": { "machine_name": { - "default_value": "Cubicon Style NEO-A22" + "default_value": "Cubicon Style Neo-A22" }, "machine_start_gcode": { - "default_value": "M911 Style NEO-A22\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" + "default_value": "M911 Style Neo-A22\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, "machine_width": { "default_value": 220