CURA-1852: Removing TODO

Removed the TODO tag, but left a little comment about what is happening in the following section.
This commit is contained in:
Thomas Karl Pietrowski 2016-09-19 09:50:09 +02:00
parent 755b2e61e4
commit 8366cb8c9b

View file

@ -86,7 +86,7 @@ class SliceInfo(Extension):
print_information = Application.getInstance().getPrintInformation()
material_radius = 0.5 * global_container_stack.getProperty("material_diameter", "value")
# TODO: Send material per extruder instead of mashing it on a pile
# Send material per extruder
material_used = [str(math.pi * material_radius * material_radius * material_length) for material_length in print_information.materialLengths]
material_used = ",".join(material_used)