Don't remove Nozzle Length

Turns out this one was used: As default for the wire printing height.

Contributes to issue CURA-7328.
This commit is contained in:
Ghostkeeper 2020-03-30 12:10:01 +02:00
parent b5dfcdd482
commit 40fc064e98
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 11 additions and 1 deletions

View file

@ -8,7 +8,6 @@ from UM.VersionUpgrade import VersionUpgrade
_removed_settings = { _removed_settings = {
"machine_filament_park_distance", "machine_filament_park_distance",
"machine_nozzle_head_distance"
} }
class VersionUpgrade45to46(VersionUpgrade): class VersionUpgrade45to46(VersionUpgrade):

View file

@ -267,6 +267,17 @@
"settable_per_meshgroup": false, "settable_per_meshgroup": false,
"settable_globally": false "settable_globally": false
}, },
"machine_nozzle_head_distance":
{
"label": "Nozzle Length",
"description": "The height difference between the tip of the nozzle and the lowest part of the print head.",
"unit": "mm",
"default_value": 3,
"type": "float",
"settable_per_mesh": false,
"settable_per_extruder": true,
"settable_per_meshgroup": false
},
"machine_nozzle_expansion_angle": "machine_nozzle_expansion_angle":
{ {
"label": "Nozzle Angle", "label": "Nozzle Angle",