mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 06:13:14 +08: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
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user