mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-02 18:29:53 +08:00
fix: initial layer line width factor is not a specialization of the line width any more
They are not even in the same unit, so it cannot be a child. A parent setting should be exactly equal to all child settings combined.
This commit is contained in:
parent
f013450195
commit
c5371e19cc
@ -961,6 +961,8 @@
|
|||||||
"maximum_value_warning": "2 * machine_nozzle_size",
|
"maximum_value_warning": "2 * machine_nozzle_size",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"initial_layer_line_width_factor":
|
"initial_layer_line_width_factor":
|
||||||
{
|
{
|
||||||
@ -975,8 +977,6 @@
|
|||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"shell":
|
"shell":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user