mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Merge pull request #4753 from DesktopMetal/feature_z_hop_extruder_switch
Feature: "Z Hop After Extruder Switch Height"
This commit is contained in:
commit
5c0462c585
2 changed files with 15 additions and 0 deletions
|
|
@ -3527,6 +3527,20 @@
|
||||||
"enabled": "retraction_hop_enabled and extruders_enabled_count > 1",
|
"enabled": "retraction_hop_enabled and extruders_enabled_count > 1",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,7 @@ retraction_hop_enabled
|
||||||
retraction_hop_only_when_collides
|
retraction_hop_only_when_collides
|
||||||
retraction_hop
|
retraction_hop
|
||||||
retraction_hop_after_extruder_switch
|
retraction_hop_after_extruder_switch
|
||||||
|
retraction_hop_after_extruder_switch_height
|
||||||
|
|
||||||
[cooling]
|
[cooling]
|
||||||
cool_fan_enabled
|
cool_fan_enabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue