More consistent capital letter usage

The machine settings aren't visible, but sometimes we make some of them visible for an issue or just for a colleague. Anyway it's best to stay consistent even under water.
This commit is contained in:
Ghostkeeper 2017-06-09 11:54:28 +02:00
parent ab3d6a79ae
commit 0d0ae1efc2
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -42,7 +42,7 @@
}, },
"machine_show_variants": "machine_show_variants":
{ {
"label": "Show machine variants", "label": "Show Machine Variants",
"description": "Whether to show the different variants of this machine, which are described in separate json files.", "description": "Whether to show the different variants of this machine, which are described in separate json files.",
"default_value": false, "default_value": false,
"type": "bool", "type": "bool",
@ -80,7 +80,7 @@
}, },
"material_bed_temp_wait": "material_bed_temp_wait":
{ {
"label": "Wait for build plate heatup", "label": "Wait for Build Plate Heatup",
"description": "Whether to insert a command to wait until the build plate temperature is reached at the start.", "description": "Whether to insert a command to wait until the build plate temperature is reached at the start.",
"default_value": true, "default_value": true,
"type": "bool", "type": "bool",
@ -90,7 +90,7 @@
}, },
"material_print_temp_wait": "material_print_temp_wait":
{ {
"label": "Wait for nozzle heatup", "label": "Wait for Nozzle Heatup",
"description": "Whether to wait until the nozzle temperature is reached at the start.", "description": "Whether to wait until the nozzle temperature is reached at the start.",
"default_value": true, "default_value": true,
"type": "bool", "type": "bool",
@ -101,7 +101,7 @@
}, },
"material_print_temp_prepend": "material_print_temp_prepend":
{ {
"label": "Include material temperatures", "label": "Include Material Temperatures",
"description": "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting.", "description": "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting.",
"default_value": true, "default_value": true,
"type": "bool", "type": "bool",
@ -112,7 +112,7 @@
}, },
"material_bed_temp_prepend": "material_bed_temp_prepend":
{ {
"label": "Include build plate temperature", "label": "Include Build Plate Temperature",
"description": "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting.", "description": "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting.",
"default_value": true, "default_value": true,
"type": "bool", "type": "bool",
@ -122,7 +122,7 @@
}, },
"machine_width": "machine_width":
{ {
"label": "Machine width", "label": "Machine Width",
"description": "The width (X-direction) of the printable area.", "description": "The width (X-direction) of the printable area.",
"default_value": 100, "default_value": 100,
"type": "float", "type": "float",
@ -132,7 +132,7 @@
}, },
"machine_depth": "machine_depth":
{ {
"label": "Machine depth", "label": "Machine Depth",
"description": "The depth (Y-direction) of the printable area.", "description": "The depth (Y-direction) of the printable area.",
"default_value": 100, "default_value": 100,
"type": "float", "type": "float",
@ -142,7 +142,7 @@
}, },
"machine_shape": "machine_shape":
{ {
"label": "Build plate shape", "label": "Build Plate Shape",
"description": "The shape of the build plate without taking unprintable areas into account.", "description": "The shape of the build plate without taking unprintable areas into account.",
"default_value": "rectangular", "default_value": "rectangular",
"type": "enum", "type": "enum",
@ -157,7 +157,7 @@
}, },
"machine_height": "machine_height":
{ {
"label": "Machine height", "label": "Machine Height",
"description": "The height (Z-direction) of the printable area.", "description": "The height (Z-direction) of the printable area.",
"default_value": 100, "default_value": 100,
"type": "float", "type": "float",
@ -167,7 +167,7 @@
}, },
"machine_heated_bed": "machine_heated_bed":
{ {
"label": "Has heated build plate", "label": "Has Heated Build Plate",
"description": "Whether the machine has a heated build plate present.", "description": "Whether the machine has a heated build plate present.",
"default_value": false, "default_value": false,
"type": "bool", "type": "bool",
@ -177,7 +177,7 @@
}, },
"machine_center_is_zero": "machine_center_is_zero":
{ {
"label": "Is center origin", "label": "Is Center Origin",
"description": "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area.", "description": "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area.",
"default_value": false, "default_value": false,
"type": "bool", "type": "bool",