mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 21:29:13 +08:00
Disable retract during travel for printers that handle retraction
CURA-11978
This commit is contained in:
parent
86d096bc06
commit
8502284987
@ -4300,7 +4300,7 @@
|
|||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"minimum_value": 0,
|
"minimum_value": 0,
|
||||||
"maximum_value": 100,
|
"maximum_value": 100,
|
||||||
"enabled": "retraction_enable and machine_gcode_flavor != \"UltiGCode\"",
|
"enabled": "retraction_enable and not machine_firmware_retract and machine_gcode_flavor != \"UltiGCode\" and machine_gcode_flavor != \"BFB\"",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
@ -4313,7 +4313,7 @@
|
|||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"minimum_value": 0,
|
"minimum_value": 0,
|
||||||
"maximum_value": 100,
|
"maximum_value": 100,
|
||||||
"enabled": "retraction_enable and machine_gcode_flavor != \"UltiGCode\"",
|
"enabled": "retraction_enable and not machine_firmware_retract and machine_gcode_flavor != \"UltiGCode\" and machine_gcode_flavor != \"BFB\"",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user