Browse Source

Removed material profiles field from sliceinfo

Jaime van Kessel 8 years ago
parent
commit
ec0e19e175
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/SliceInfoPlugin/SliceInfo.py

+ 0 - 1
plugins/SliceInfoPlugin/SliceInfo.py

@@ -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()