mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:15:55 +08:00
Consistently use capital letters for CLI settings too
They're not actually visible, but in case they are made visible by modifying the preferences file...
This commit is contained in:
parent
133f6f43fe
commit
455abb15bf
@ -6617,28 +6617,28 @@
|
|||||||
"center_object": {
|
"center_object": {
|
||||||
"description": "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved.",
|
"description": "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"label": "Center object",
|
"label": "Center Object",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"mesh_position_x": {
|
"mesh_position_x": {
|
||||||
"description": "Offset applied to the object in the x direction.",
|
"description": "Offset applied to the object in the x direction.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"label": "Mesh position x",
|
"label": "Mesh Position X",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"mesh_position_y": {
|
"mesh_position_y": {
|
||||||
"description": "Offset applied to the object in the y direction.",
|
"description": "Offset applied to the object in the y direction.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"label": "Mesh position y",
|
"label": "Mesh Position Y",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"mesh_position_z": {
|
"mesh_position_z": {
|
||||||
"description": "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'.",
|
"description": "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"label": "Mesh position z",
|
"label": "Mesh Position Z",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user