Make raft middle thickness warn based on nozzle size

Whether the layer is too thick to extrude properly depends on the nozzle size, not on the line width.

Contributes to issue CURA-3650.
This commit is contained in:
Ghostkeeper 2017-04-14 11:54:20 +02:00
parent 137b5309fd
commit e72d5ce93f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -3496,7 +3496,7 @@
"value": "resolveOrValue('layer_height') * 1.5",
"minimum_value": "0.001",
"minimum_value_warning": "0.04",
"maximum_value_warning": "0.75 * extruderValue(adhesion_extruder_nr, 'raft_interface_line_width')",
"maximum_value_warning": "0.75 * extruderValue(adhesion_extruder_nr, 'machine_nozzle_size')",
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
"settable_per_mesh": false,
"settable_per_extruder": true,