mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
JSON fix: make z_seam_pos settable per mesh (CURA-1461)
This commit is contained in:
parent
2c1028e137
commit
84ca1f9cd7
1 changed files with 4 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue