mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:55:59 +08:00
fix: skirt/brim line width and minimal length are retrieved for each extruder (CURA-2308)
This commit is contained in:
parent
6197a5b77a
commit
791042dcb8
@ -630,8 +630,7 @@
|
|||||||
"value": "line_width",
|
"value": "line_width",
|
||||||
"enabled": "adhesion_type == \"skirt\" or adhesion_type == \"brim\"",
|
"enabled": "adhesion_type == \"skirt\" or adhesion_type == \"brim\"",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true,
|
"settable_per_extruder": true
|
||||||
"global_inherits_stack": "adhesion_extruder_nr"
|
|
||||||
},
|
},
|
||||||
"support_line_width":
|
"support_line_width":
|
||||||
{
|
{
|
||||||
@ -2736,8 +2735,7 @@
|
|||||||
"maximum_value_warning": "2500",
|
"maximum_value_warning": "2500",
|
||||||
"enabled": "adhesion_type == \"skirt\" or adhesion_type == \"brim\"",
|
"enabled": "adhesion_type == \"skirt\" or adhesion_type == \"brim\"",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true,
|
"settable_per_extruder": true
|
||||||
"global_inherits_stack": "adhesion_extruder_nr"
|
|
||||||
},
|
},
|
||||||
"brim_width":
|
"brim_width":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user