mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 04:09:01 +08:00
Marking unused variable
This commit is contained in:
parent
af280b782e
commit
27da5c56c0
@ -66,7 +66,7 @@ class SliceInfo(Extension):
|
||||
break
|
||||
|
||||
|
||||
profile_values = settings.getChangedSettings()
|
||||
profile_values = settings.getChangedSettings() # TODO: Unused variable
|
||||
|
||||
# Get total material used (in mm^3)
|
||||
print_information = Application.getInstance().getPrintInformation()
|
||||
|
Loading…
x
Reference in New Issue
Block a user