mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:28:59 +08:00
JSON fix: make z_seam_pos settable per mesh (CURA-1461)
This commit is contained in:
parent
2c1028e137
commit
84ca1f9cd7
@ -965,10 +965,8 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 100.0,
|
"default_value": 100.0,
|
||||||
"value": "machine_width / 2",
|
"value": "machine_width / 2",
|
||||||
"enabled": "'back' in extruderValues('z_seam_type')",
|
"enabled": "z_seam_type == 'back'",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": true
|
||||||
"settable_per_extruder": false,
|
|
||||||
"settable_per_meshgroup": true
|
|
||||||
},
|
},
|
||||||
"z_seam_y":
|
"z_seam_y":
|
||||||
{
|
{
|
||||||
@ -978,10 +976,8 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 100.0,
|
"default_value": 100.0,
|
||||||
"value": "machine_depth / 2",
|
"value": "machine_depth / 2",
|
||||||
"enabled": "'back' in extruderValues('z_seam_type')",
|
"enabled": "z_seam_type == 'back'",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true
|
||||||
"settable_per_extruder": false,
|
|
||||||
"settable_per_meshgroup": true
|
|
||||||
},
|
},
|
||||||
"skin_no_small_gaps_heuristic":
|
"skin_no_small_gaps_heuristic":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user