mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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:
parent
755b2e61e4
commit
8366cb8c9b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class SliceInfo(Extension):
|
||||||
print_information = Application.getInstance().getPrintInformation()
|
print_information = Application.getInstance().getPrintInformation()
|
||||||
material_radius = 0.5 * global_container_stack.getProperty("material_diameter", "value")
|
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 = [str(math.pi * material_radius * material_radius * material_length) for material_length in print_information.materialLengths]
|
||||||
material_used = ",".join(material_used)
|
material_used = ",".join(material_used)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue