Browse Source

disable infill_before_walls

MarkMan0 4 years ago
parent
commit
cc76002c03
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/definitions/inat_base.def.json

+ 3 - 0
resources/definitions/inat_base.def.json

@@ -144,6 +144,9 @@
         "infill_sparse_thickness": {
             "value": "layer_height if (2*layer_height > 0.8*machine_nozzle_size) else 2*layer_height"
         },
+        "infill_before_walls": {
+            "value": false
+        },
         "expand_skins_expand_distance": {
             "value": "4"
         },