JSON fix: dont enable center_mesh by default (CURA-566)

This commit is contained in:
Tim Kuipers 2016-11-07 15:03:59 +01:00
parent d20d97d4c1
commit 75f0452b1f

View File

@ -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.",
"type": "bool",
"label": "Center object",
"default_value": true,
"default_value": false,
"enabled": false
},
"mesh_position_x": {