Add setting for unretract move inset distance

CURA-11830
This commit is contained in:
Erwan MATHIEU 2024-05-24 09:31:29 +02:00
parent 34a746654d
commit e66410ecfc

View File

@ -1428,6 +1428,18 @@
"minimum_value": "0",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_mesh": true
},
"z_seam_approach_inset":
{
"label": "Z Seam approach inset",
"description": "When starting to print a wall, unretract while inside the model. This distance is how much we should be inside the model.",
"unit": "mm",
"type": "float",
"default_value": 0,
"minimum_value": "0",
"value": "wall_line_width_0",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_mesh": true
}
}
},