mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:19:02 +08:00
Added Hole Horizontal Expansion setting.
This commit is contained in:
parent
39780636a9
commit
856f998e24
@ -1389,6 +1389,18 @@
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"hole_xy_offset":
|
||||
{
|
||||
"label": "Hole Horizontal Expansion",
|
||||
"description": "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value_warning": "-1",
|
||||
"maximum_value_warning": "1",
|
||||
"default_value": 0,
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"z_seam_type":
|
||||
{
|
||||
"label": "Z Seam Alignment",
|
||||
|
@ -51,6 +51,7 @@ filter_out_tiny_gaps
|
||||
fill_outline_gaps
|
||||
xy_offset
|
||||
xy_offset_layer_0
|
||||
hole_xy_offset
|
||||
z_seam_type
|
||||
z_seam_position
|
||||
z_seam_x
|
||||
|
Loading…
x
Reference in New Issue
Block a user