Browse Source

Merge branch 'master' of github.com:Ultimaker/Cura

Jack Ha 7 years ago
parent
commit
5611a6b6eb
1 changed files with 8 additions and 0 deletions
  1. 8 0
      resources/definitions/fdmprinter.def.json

+ 8 - 0
resources/definitions/fdmprinter.def.json

@@ -1853,6 +1853,14 @@
                             "settable_per_mesh": true
                         }
                     }
+                },
+                "infill_enable_travel_optimization":
+                {
+                    "label": "Enable 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",
+                    "default_value": false,
+                    "settable_per_mesh": true
                 }
             }
         },