mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
JSON fix: dont enable center_mesh by default (CURA-566)
This commit is contained in:
parent
d20d97d4c1
commit
75f0452b1f
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user