mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Merge pull request #2797 from Ultimaker/feature_firmware_retract_setting
Add setting to determine whether to use firmware retraction
This commit is contained in:
commit
e6b3773d8e
@ -318,6 +318,17 @@
|
|||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
},
|
},
|
||||||
|
"machine_firmware_retract":
|
||||||
|
{
|
||||||
|
"label": "Firmware Retraction",
|
||||||
|
"description": "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"value": "machine_gcode_flavor == 'RepRap (Volumetric)' or machine_gcode_flavor == 'UltiGCode' or machine_gcode_flavor == 'BFB'",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": false,
|
||||||
|
"settable_per_meshgroup": false
|
||||||
|
},
|
||||||
"machine_disallowed_areas":
|
"machine_disallowed_areas":
|
||||||
{
|
{
|
||||||
"label": "Disallowed areas",
|
"label": "Disallowed areas",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user