mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-20 17:49:14 +08:00
Fix initial value for relative_extrusion.
This commit is contained in:
parent
326e0b2fbd
commit
d536630501
@ -4925,7 +4925,8 @@
|
||||
"label": "Use Relative Extrusion",
|
||||
"description": "Use relative extrusion rather than absolute extrusion. Before, Cura always used absolute extrusion. Most printers can cope with either relative or absolute extrusion.",
|
||||
"type": "bool",
|
||||
"default_value": "machine_gcode_flavor==\"RepRap (RepRap)\"",
|
||||
"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