mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:16:06 +08: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
@ -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…
x
Reference in New Issue
Block a user