mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Removed material profiles field from sliceinfo
This commit is contained in:
parent
dfd56d049f
commit
ec0e19e175
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class SliceInfo(Extension):
|
|||
"printtime": print_information.currentPrintTime.getDisplayString(),
|
||||
"filament": material_used,
|
||||
"language": Preferences.getInstance().getValue("general/language"),
|
||||
"materials_profiles ": {}
|
||||
}
|
||||
for container in global_container_stack.getContainers():
|
||||
container_id = container.getId()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue