mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:59:03 +08:00
fix: angle limitations for machine_nozzle_expansion_angle (CURA-2572)
This commit is contained in:
parent
6b7876d60e
commit
6e84805c93
@ -219,8 +219,11 @@
|
||||
{
|
||||
"label": "Nozzle angle",
|
||||
"description": "The angle between the horizontal plane and the conical part right above the tip of the nozzle.",
|
||||
"default_value": 45,
|
||||
"unit": "°",
|
||||
"type": "int",
|
||||
"default_value": 45,
|
||||
"maximum_value": 89,
|
||||
"minimum_value": 1,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user