mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
JSON fix: dont enable center_mesh by default (CURA-566)
This commit is contained in:
parent
d20d97d4c1
commit
75f0452b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -4410,7 +4410,7 @@
|
||||||
"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": true,
|
"default_value": false,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"mesh_position_x": {
|
"mesh_position_x": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue