mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-04 13:47:45 -07:00
Use a single setting for infill inwards distance
CURA-12822 Having 2 separate distances is not possible since we don't know in advance which part of the extrusion path will be used as a start or an end. This should be good enough.
This commit is contained in:
parent
1330afde05
commit
6ae33b74c6
1 changed files with 1 additions and 34 deletions
|
|
@ -2567,40 +2567,7 @@
|
|||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": true,
|
||||
"children":
|
||||
{
|
||||
"infill_move_inwards_start":
|
||||
{
|
||||
"label": "Infill Start Move Inwards",
|
||||
"description": "When starting infill, add an inwards extrusion move so that the tip of the infill won't impact the outer wall. This can be useful when the infill is printed at very high speed.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "line_width * 10",
|
||||
"default_value": 0,
|
||||
"value": "infill_move_inwards",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"infill_move_inwards_end":
|
||||
{
|
||||
"label": "Infill End Move Inwards",
|
||||
"description": "When ending infill, add an inwards extrusion move so that the tip of the infill won't impact the outer wall. This can be useful when the infill is printed at very high speed.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "line_width * 10",
|
||||
"default_value": 0,
|
||||
"value": "infill_move_inwards",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue