Browse Source

Disable top surface line directions if there is no top surface

Ghostkeeper 7 years ago
parent
commit
919bc6767c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

+ 1 - 1
resources/definitions/fdmprinter.def.json

@@ -997,7 +997,7 @@
                     "type": "[int]",
                     "default_value": "[ ]",
                     "value": "skin_angles",
-                    "enabled": "roofing_pattern != 'concentric'",
+                    "enabled": "roofing_pattern != 'concentric' and roofing_layer_count > 0 and top_layers > 0",
                     "limit_to_extruder": "roofing_extruder_nr",
                     "settable_per_mesh": true
                 },