mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-04 12:33:57 -06:00
Only allow optimising infill travels when combing is enabled
That's the only time when it will have any effect, since the only thing this does is to calculate the distance to the next infill line better if the nozzle has to make a detour due to combing.
This commit is contained in:
parent
ad2077b76b
commit
ad5fae5b66
1 changed files with 1 additions and 0 deletions
|
@ -6217,6 +6217,7 @@
|
|||
"label": "Infill Travel Optimization",
|
||||
"description": "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased.",
|
||||
"type": "bool",
|
||||
"enabled": "resolveOrValue('retraction_combing') != 'off'",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue