Disable top surface line directions if there is no top surface

This commit is contained in:
Ghostkeeper 2017-08-07 11:46:09 +02:00
parent 4a34f141d1
commit 919bc6767c
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

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