mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 23:34:32 +08:00
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.
This commit is contained in:
parent
bd18eab34b
commit
00a1684798
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"name": "Cubicon Style NEO-A22",
|
"name": "Cubicon Style Neo-A22",
|
||||||
"inherits": "cubicon_common",
|
"inherits": "cubicon_common",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"author": "Cubicon R&D Center",
|
"author": "Cubicon R&D Center",
|
||||||
@ -19,10 +19,10 @@
|
|||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_name": {
|
"machine_name": {
|
||||||
"default_value": "Cubicon Style NEO-A22"
|
"default_value": "Cubicon Style Neo-A22"
|
||||||
},
|
},
|
||||||
"machine_start_gcode": {
|
"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": {
|
"machine_width": {
|
||||||
"default_value": 220
|
"default_value": 220
|
||||||
|
Loading…
x
Reference in New Issue
Block a user