mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-01 08:08:30 +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,20 +961,20 @@
|
|||||||
"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":
|
|
||||||
{
|
|
||||||
"label": "Initial Layer Line Width",
|
|
||||||
"description": "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion.",
|
|
||||||
"type": "float",
|
|
||||||
"unit": "%",
|
|
||||||
"default_value": 100.0,
|
|
||||||
"minimum_value": "0.001",
|
|
||||||
"maximum_value_warning": "150",
|
|
||||||
"settable_per_mesh": false,
|
|
||||||
"settable_per_extruder": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"initial_layer_line_width_factor":
|
||||||
|
{
|
||||||
|
"label": "Initial Layer Line Width",
|
||||||
|
"description": "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion.",
|
||||||
|
"type": "float",
|
||||||
|
"unit": "%",
|
||||||
|
"default_value": 100.0,
|
||||||
|
"minimum_value": "0.001",
|
||||||
|
"maximum_value_warning": "150",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user