Merge pull request #4753 from DesktopMetal/feature_z_hop_extruder_switch

Feature: "Z Hop After Extruder Switch Height"
This commit is contained in:
Remco Burema 2019-04-23 12:01:34 +02:00 committed by GitHub
commit 5c0462c585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -3527,6 +3527,20 @@
"enabled": "retraction_hop_enabled and extruders_enabled_count > 1",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"retraction_hop_after_extruder_switch_height":
{
"label": "Z Hop After Extruder Switch Height",
"description": "The height difference when performing a Z Hop after extruder switch.",
"unit": "mm",
"type": "float",
"default_value": 1,
"value": "retraction_hop",
"minimum_value_warning": "0",
"maximum_value_warning": "10",
"enabled": "retraction_enable and retraction_hop_after_extruder_switch",
"settable_per_mesh": false,
"settable_per_extruder": true
}
}
},

View File

@ -199,6 +199,7 @@ retraction_hop_enabled
retraction_hop_only_when_collides
retraction_hop
retraction_hop_after_extruder_switch
retraction_hop_after_extruder_switch_height
[cooling]
cool_fan_enabled