mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 19:15:12 +08:00
Merge pull request #2308 from smartavionics/mb-relative-extrusion
Add relative_extrusion setting to special modes category.
This commit is contained in:
commit
ab6d90d0a7
@ -5003,6 +5003,17 @@
|
|||||||
"enabled": "magic_spiralize",
|
"enabled": "magic_spiralize",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false
|
"settable_per_extruder": false
|
||||||
|
},
|
||||||
|
"relative_extrusion":
|
||||||
|
{
|
||||||
|
"label": "Relative Extrusion",
|
||||||
|
"description": "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the Gcode. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any Gcode script is output.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"value": "machine_gcode_flavor==\"RepRap (RepRap)\"",
|
||||||
|
"enabled": true,
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user