mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 12 additions and 12 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue