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:
Ghostkeeper 2019-10-17 01:29:24 +02:00
parent ad2077b76b
commit ad5fae5b66
No known key found for this signature in database
GPG key ID: B47E36CF62F1D06E

View file

@ -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
},