diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/CHANGES b/CHANGES old mode 100644 new mode 100755 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/CPackConfig.cmake b/CPackConfig.cmake old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/cura.desktop.in b/cura.desktop.in old mode 100644 new mode 100755 diff --git a/cura.sharedmimeinfo b/cura.sharedmimeinfo old mode 100644 new mode 100755 diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py old mode 100644 new mode 100755 diff --git a/cura/CameraAnimation.py b/cura/CameraAnimation.py old mode 100644 new mode 100755 diff --git a/cura/CameraImageProvider.py b/cura/CameraImageProvider.py old mode 100644 new mode 100755 diff --git a/cura/ConvexHullDecorator.py b/cura/ConvexHullDecorator.py old mode 100644 new mode 100755 diff --git a/cura/ConvexHullNode.py b/cura/ConvexHullNode.py old mode 100644 new mode 100755 diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py old mode 100644 new mode 100755 diff --git a/cura/CuraActions.py b/cura/CuraActions.py old mode 100644 new mode 100755 diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py old mode 100644 new mode 100755 diff --git a/cura/CuraSplashScreen.py b/cura/CuraSplashScreen.py old mode 100644 new mode 100755 diff --git a/cura/CuraVersion.py.in b/cura/CuraVersion.py.in old mode 100644 new mode 100755 diff --git a/cura/Layer.py b/cura/Layer.py old mode 100644 new mode 100755 diff --git a/cura/LayerData.py b/cura/LayerData.py old mode 100644 new mode 100755 diff --git a/cura/LayerDataBuilder.py b/cura/LayerDataBuilder.py old mode 100644 new mode 100755 diff --git a/cura/LayerDataDecorator.py b/cura/LayerDataDecorator.py old mode 100644 new mode 100755 diff --git a/cura/LayerPolygon.py b/cura/LayerPolygon.py old mode 100644 new mode 100755 diff --git a/cura/MachineAction.py b/cura/MachineAction.py old mode 100644 new mode 100755 diff --git a/cura/MachineActionManager.py b/cura/MachineActionManager.py old mode 100644 new mode 100755 diff --git a/cura/OneAtATimeIterator.py b/cura/OneAtATimeIterator.py old mode 100644 new mode 100755 diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py old mode 100644 new mode 100755 diff --git a/cura/PlatformPhysicsOperation.py b/cura/PlatformPhysicsOperation.py old mode 100644 new mode 100755 diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py old mode 100644 new mode 100755 diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py old mode 100644 new mode 100755 diff --git a/cura/ProfileReader.py b/cura/ProfileReader.py old mode 100644 new mode 100755 diff --git a/cura/ProfileWriter.py b/cura/ProfileWriter.py old mode 100644 new mode 100755 diff --git a/cura/SetParentOperation.py b/cura/SetParentOperation.py old mode 100644 new mode 100755 diff --git a/cura/Settings/ContainerManager.py b/cura/Settings/ContainerManager.py old mode 100644 new mode 100755 diff --git a/cura/Settings/ContainerSettingsModel.py b/cura/Settings/ContainerSettingsModel.py old mode 100644 new mode 100755 diff --git a/cura/Settings/CuraContainerRegistry.py b/cura/Settings/CuraContainerRegistry.py old mode 100644 new mode 100755 diff --git a/cura/Settings/ExtruderManager.py b/cura/Settings/ExtruderManager.py old mode 100644 new mode 100755 diff --git a/cura/Settings/ExtrudersModel.py b/cura/Settings/ExtrudersModel.py old mode 100644 new mode 100755 diff --git a/cura/Settings/MachineManager.py b/cura/Settings/MachineManager.py old mode 100644 new mode 100755 diff --git a/cura/Settings/MaterialSettingsVisibilityHandler.py b/cura/Settings/MaterialSettingsVisibilityHandler.py old mode 100644 new mode 100755 diff --git a/cura/Settings/QualitySettingsModel.py b/cura/Settings/QualitySettingsModel.py old mode 100644 new mode 100755 diff --git a/cura/Settings/SettingInheritanceManager.py b/cura/Settings/SettingInheritanceManager.py old mode 100644 new mode 100755 diff --git a/cura/Settings/SettingOverrideDecorator.py b/cura/Settings/SettingOverrideDecorator.py old mode 100644 new mode 100755 diff --git a/cura/Settings/__init__.py b/cura/Settings/__init__.py old mode 100644 new mode 100755 diff --git a/cura/ZOffsetDecorator.py b/cura/ZOffsetDecorator.py old mode 100644 new mode 100755 diff --git a/cura/__init__.py b/cura/__init__.py old mode 100644 new mode 100755 diff --git a/icons/cura-128.png b/icons/cura-128.png old mode 100644 new mode 100755 diff --git a/icons/cura-32.png b/icons/cura-32.png old mode 100644 new mode 100755 diff --git a/icons/cura-48.png b/icons/cura-48.png old mode 100644 new mode 100755 diff --git a/icons/cura-64.png b/icons/cura-64.png old mode 100644 new mode 100755 diff --git a/icons/cura.icns b/icons/cura.icns old mode 100644 new mode 100755 diff --git a/icons/cura.ico b/icons/cura.ico old mode 100644 new mode 100755 diff --git a/installer.nsi b/installer.nsi old mode 100644 new mode 100755 diff --git a/plugins/3MFReader/ThreeMFReader.py b/plugins/3MFReader/ThreeMFReader.py old mode 100644 new mode 100755 diff --git a/plugins/3MFReader/__init__.py b/plugins/3MFReader/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/AutoSave/AutoSave.py b/plugins/AutoSave/AutoSave.py old mode 100644 new mode 100755 diff --git a/plugins/AutoSave/__init__.py b/plugins/AutoSave/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/ChangeLogPlugin/ChangeLog.py b/plugins/ChangeLogPlugin/ChangeLog.py old mode 100644 new mode 100755 diff --git a/plugins/ChangeLogPlugin/ChangeLog.qml b/plugins/ChangeLogPlugin/ChangeLog.qml old mode 100644 new mode 100755 diff --git a/plugins/ChangeLogPlugin/ChangeLog.txt b/plugins/ChangeLogPlugin/ChangeLog.txt old mode 100644 new mode 100755 diff --git a/plugins/ChangeLogPlugin/__init__.py b/plugins/ChangeLogPlugin/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/CuraEngineBackend/Cura.proto b/plugins/CuraEngineBackend/Cura.proto old mode 100644 new mode 100755 diff --git a/plugins/CuraEngineBackend/CuraEngineBackend.py b/plugins/CuraEngineBackend/CuraEngineBackend.py old mode 100644 new mode 100755 diff --git a/plugins/CuraEngineBackend/ProcessGCodeJob.py b/plugins/CuraEngineBackend/ProcessGCodeJob.py old mode 100644 new mode 100755 diff --git a/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py b/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py old mode 100644 new mode 100755 diff --git a/plugins/CuraEngineBackend/StartSliceJob.py b/plugins/CuraEngineBackend/StartSliceJob.py old mode 100644 new mode 100755 diff --git a/plugins/CuraEngineBackend/__init__.py b/plugins/CuraEngineBackend/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/CuraProfileReader/CuraProfileReader.py b/plugins/CuraProfileReader/CuraProfileReader.py old mode 100644 new mode 100755 diff --git a/plugins/CuraProfileReader/__init__.py b/plugins/CuraProfileReader/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/CuraProfileWriter/CuraProfileWriter.py b/plugins/CuraProfileWriter/CuraProfileWriter.py old mode 100644 new mode 100755 diff --git a/plugins/CuraProfileWriter/__init__.py b/plugins/CuraProfileWriter/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/GCODEReader/GCODEReader.py b/plugins/GCODEReader/GCODEReader.py old mode 100644 new mode 100755 index 8305061a59..edc634a091 --- a/plugins/GCODEReader/GCODEReader.py +++ b/plugins/GCODEReader/GCODEReader.py @@ -76,7 +76,7 @@ class GCODEReader(MeshReader): else: backend = Application.getInstance().getBackend() backend._pauseSlicing = True - backend.backendStateChange.emit(1) + backend.backendStateChange.emit(3) Application.getInstance().getPrintInformation()._abbr_machine = "Pre-sliced" Application.getInstance().setHideSettings(True) @@ -116,6 +116,9 @@ class GCODEReader(MeshReader): backend.close() backend.backendStateChange.emit(1) + glist = getattr(Application.getInstance().getController().getScene(), "gcode_list") + glist.clear() + file = open(file_name, "r") layer_data = LayerDataBuilder.LayerDataBuilder() @@ -159,6 +162,7 @@ class GCODEReader(MeshReader): # current_path.append([10, 10, 10]) # while file.readable(): for line in file: + glist.append(line) if len(line) == 0: continue if line[0] == ";": @@ -241,6 +245,8 @@ class GCODEReader(MeshReader): Preferences.getInstance().setValue("cura/jobname_prefix", True) + + view = Application.getInstance().getController().getActiveView() if view.getPluginId() == "LayerView": view.resetLayerData() diff --git a/plugins/GCODEReader/__init__.py b/plugins/GCODEReader/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/GCodeProfileReader/GCodeProfileReader.py b/plugins/GCodeProfileReader/GCodeProfileReader.py old mode 100644 new mode 100755 diff --git a/plugins/GCodeProfileReader/__init__.py b/plugins/GCodeProfileReader/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/GCodeWriter/GCodeWriter.py b/plugins/GCodeWriter/GCodeWriter.py old mode 100644 new mode 100755 diff --git a/plugins/GCodeWriter/__init__.py b/plugins/GCodeWriter/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/ImageReader/ConfigUI.qml b/plugins/ImageReader/ConfigUI.qml old mode 100644 new mode 100755 diff --git a/plugins/ImageReader/ImageReader.py b/plugins/ImageReader/ImageReader.py old mode 100644 new mode 100755 diff --git a/plugins/ImageReader/ImageReaderUI.py b/plugins/ImageReader/ImageReaderUI.py old mode 100644 new mode 100755 diff --git a/plugins/ImageReader/__init__.py b/plugins/ImageReader/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/LayerView/LayerPass.py b/plugins/LayerView/LayerPass.py old mode 100644 new mode 100755 diff --git a/plugins/LayerView/LayerView.py b/plugins/LayerView/LayerView.py old mode 100644 new mode 100755 diff --git a/plugins/LayerView/LayerView.qml b/plugins/LayerView/LayerView.qml old mode 100644 new mode 100755 diff --git a/plugins/LayerView/LayerViewProxy.py b/plugins/LayerView/LayerViewProxy.py old mode 100644 new mode 100755 diff --git a/plugins/LayerView/__init__.py b/plugins/LayerView/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/LayerView/layerview_composite.shader b/plugins/LayerView/layerview_composite.shader old mode 100644 new mode 100755 diff --git a/plugins/LegacyProfileReader/DictionaryOfDoom.json b/plugins/LegacyProfileReader/DictionaryOfDoom.json old mode 100644 new mode 100755 diff --git a/plugins/LegacyProfileReader/LegacyProfileReader.py b/plugins/LegacyProfileReader/LegacyProfileReader.py old mode 100644 new mode 100755 diff --git a/plugins/LegacyProfileReader/__init__.py b/plugins/LegacyProfileReader/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/MachineSettingsAction/MachineSettingsAction.py b/plugins/MachineSettingsAction/MachineSettingsAction.py old mode 100644 new mode 100755 diff --git a/plugins/MachineSettingsAction/MachineSettingsAction.qml b/plugins/MachineSettingsAction/MachineSettingsAction.qml old mode 100644 new mode 100755 diff --git a/plugins/MachineSettingsAction/__init__.py b/plugins/MachineSettingsAction/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/PerObjectSettingsTool/PerObjectCategory.qml b/plugins/PerObjectSettingsTool/PerObjectCategory.qml old mode 100644 new mode 100755 diff --git a/plugins/PerObjectSettingsTool/PerObjectItem.qml b/plugins/PerObjectSettingsTool/PerObjectItem.qml old mode 100644 new mode 100755 diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingVisibilityHandler.py b/plugins/PerObjectSettingsTool/PerObjectSettingVisibilityHandler.py old mode 100644 new mode 100755 diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml old mode 100644 new mode 100755 diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsTool.py b/plugins/PerObjectSettingsTool/PerObjectSettingsTool.py old mode 100644 new mode 100755 diff --git a/plugins/PerObjectSettingsTool/__init__.py b/plugins/PerObjectSettingsTool/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/RemovableDriveOutputDevice/LinuxRemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/LinuxRemovableDrivePlugin.py old mode 100644 new mode 100755 diff --git a/plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py old mode 100644 new mode 100755 diff --git a/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py b/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py old mode 100644 new mode 100755 diff --git a/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py old mode 100644 new mode 100755 diff --git a/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py old mode 100644 new mode 100755 diff --git a/plugins/RemovableDriveOutputDevice/__init__.py b/plugins/RemovableDriveOutputDevice/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/SolidView/SolidView.py b/plugins/SolidView/SolidView.py old mode 100644 new mode 100755 diff --git a/plugins/SolidView/__init__.py b/plugins/SolidView/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/FirmwareUpdateWindow.qml b/plugins/USBPrinting/FirmwareUpdateWindow.qml old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/USBPrinterOutputDevice.py b/plugins/USBPrinting/USBPrinterOutputDevice.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/USBPrinterOutputDeviceManager.py b/plugins/USBPrinting/USBPrinterOutputDeviceManager.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/__init__.py b/plugins/USBPrinting/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/avr_isp/__init__.py b/plugins/USBPrinting/avr_isp/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/avr_isp/chipDB.py b/plugins/USBPrinting/avr_isp/chipDB.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/avr_isp/intelHex.py b/plugins/USBPrinting/avr_isp/intelHex.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/avr_isp/ispBase.py b/plugins/USBPrinting/avr_isp/ispBase.py old mode 100644 new mode 100755 diff --git a/plugins/USBPrinting/avr_isp/stk500v2.py b/plugins/USBPrinting/avr_isp/stk500v2.py old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/BedLevelMachineAction.py b/plugins/UltimakerMachineActions/BedLevelMachineAction.py old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/BedLevelMachineAction.qml b/plugins/UltimakerMachineActions/BedLevelMachineAction.qml old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/UMOCheckupMachineAction.py b/plugins/UltimakerMachineActions/UMOCheckupMachineAction.py old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/UMOCheckupMachineAction.qml b/plugins/UltimakerMachineActions/UMOCheckupMachineAction.qml old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/UMOUpgradeSelection.py b/plugins/UltimakerMachineActions/UMOUpgradeSelection.py old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml b/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.py b/plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.py old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.qml b/plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.qml old mode 100644 new mode 100755 diff --git a/plugins/UltimakerMachineActions/__init__.py b/plugins/UltimakerMachineActions/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py b/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py old mode 100644 new mode 100755 diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/Preferences.py b/plugins/VersionUpgrade/VersionUpgrade21to22/Preferences.py old mode 100644 new mode 100755 diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py b/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py old mode 100644 new mode 100755 diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py b/plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py old mode 100644 new mode 100755 diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/__init__.py b/plugins/VersionUpgrade/VersionUpgrade21to22/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/X3DReader/X3DReader.py b/plugins/X3DReader/X3DReader.py old mode 100644 new mode 100755 diff --git a/plugins/X3DReader/__init__.py b/plugins/X3DReader/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/XRayView/XRayPass.py b/plugins/XRayView/XRayPass.py old mode 100644 new mode 100755 diff --git a/plugins/XRayView/XRayView.py b/plugins/XRayView/XRayView.py old mode 100644 new mode 100755 diff --git a/plugins/XRayView/__init__.py b/plugins/XRayView/__init__.py old mode 100644 new mode 100755 diff --git a/plugins/XRayView/xray.shader b/plugins/XRayView/xray.shader old mode 100644 new mode 100755 diff --git a/plugins/XRayView/xray_composite.shader b/plugins/XRayView/xray_composite.shader old mode 100644 new mode 100755 diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py old mode 100644 new mode 100755 diff --git a/plugins/XmlMaterialProfile/__init__.py b/plugins/XmlMaterialProfile/__init__.py old mode 100644 new mode 100755 diff --git a/pytest.ini b/pytest.ini old mode 100644 new mode 100755 diff --git a/resources/definitions/bq_hephestos.def.json b/resources/definitions/bq_hephestos.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/bq_hephestos_xl.def.json b/resources/definitions/bq_hephestos_xl.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/bq_witbox.def.json b/resources/definitions/bq_witbox.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/bq_witbox_2.def.json b/resources/definitions/bq_witbox_2.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/custom.def.json b/resources/definitions/custom.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/grr_neo.def.json b/resources/definitions/grr_neo.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/innovo_inventor.def.json b/resources/definitions/innovo_inventor.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/kossel_mini.def.json b/resources/definitions/kossel_mini.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/m180.def.json b/resources/definitions/m180.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/maker_starter.def.json b/resources/definitions/maker_starter.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/mankati_fullscale_xt_plus.def.json b/resources/definitions/mankati_fullscale_xt_plus.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/mendel90.def.json b/resources/definitions/mendel90.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/printrbot_simple.def.json b/resources/definitions/printrbot_simple.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/prusa_i3.def.json b/resources/definitions/prusa_i3.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/prusa_i3_mk2.def.json b/resources/definitions/prusa_i3_mk2.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/prusa_i3_xl.def.json b/resources/definitions/prusa_i3_xl.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/rigidbot.def.json b/resources/definitions/rigidbot.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/rigidbot_big.def.json b/resources/definitions/rigidbot_big.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker2_extended.def.json b/resources/definitions/ultimaker2_extended.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker2_extended_plus.def.json b/resources/definitions/ultimaker2_extended_plus.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker2_go.def.json b/resources/definitions/ultimaker2_go.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker2_plus.def.json b/resources/definitions/ultimaker2_plus.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker_original.def.json b/resources/definitions/ultimaker_original.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker_original_dual.def.json b/resources/definitions/ultimaker_original_dual.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/ultimaker_original_plus.def.json b/resources/definitions/ultimaker_original_plus.def.json old mode 100644 new mode 100755 diff --git a/resources/definitions/uniqbot_one.def.json b/resources/definitions/uniqbot_one.def.json old mode 100644 new mode 100755 diff --git a/resources/extruders/ultimaker_original_dual_1st.def.json b/resources/extruders/ultimaker_original_dual_1st.def.json old mode 100644 new mode 100755 diff --git a/resources/extruders/ultimaker_original_dual_2nd.def.json b/resources/extruders/ultimaker_original_dual_2nd.def.json old mode 100644 new mode 100755 diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot old mode 100644 new mode 100755 diff --git a/resources/i18n/de/cura.po b/resources/i18n/de/cura.po old mode 100644 new mode 100755 diff --git a/resources/i18n/en/cura.po b/resources/i18n/en/cura.po old mode 100644 new mode 100755 diff --git a/resources/i18n/es/cura.po b/resources/i18n/es/cura.po old mode 100644 new mode 100755 diff --git a/resources/i18n/fdmextruder.def.json.pot b/resources/i18n/fdmextruder.def.json.pot old mode 100644 new mode 100755 diff --git a/resources/i18n/fdmprinter.def.json.pot b/resources/i18n/fdmprinter.def.json.pot old mode 100644 new mode 100755 diff --git a/resources/i18n/fi/cura.po b/resources/i18n/fi/cura.po old mode 100644 new mode 100755 diff --git a/resources/i18n/fr/cura.po b/resources/i18n/fr/cura.po old mode 100644 new mode 100755 diff --git a/resources/i18n/it/cura.po b/resources/i18n/it/cura.po old mode 100644 new mode 100755 diff --git a/resources/i18n/nl/cura.po b/resources/i18n/nl/cura.po old mode 100644 new mode 100755 diff --git a/resources/images/MakerStarterbackplate.png b/resources/images/MakerStarterbackplate.png old mode 100644 new mode 100755 diff --git a/resources/images/Ultimaker2ExtendedPlusbackplate.png b/resources/images/Ultimaker2ExtendedPlusbackplate.png old mode 100644 new mode 100755 diff --git a/resources/images/Ultimaker2Extendedbackplate.png b/resources/images/Ultimaker2Extendedbackplate.png old mode 100644 new mode 100755 diff --git a/resources/images/Ultimaker2Gobackplate.png b/resources/images/Ultimaker2Gobackplate.png old mode 100644 new mode 100755 diff --git a/resources/images/Ultimaker2Plusbackplate.png b/resources/images/Ultimaker2Plusbackplate.png old mode 100644 new mode 100755 diff --git a/resources/images/Ultimaker2backplate.png b/resources/images/Ultimaker2backplate.png old mode 100644 new mode 100755 diff --git a/resources/images/UltimakerPlusbackplate.png b/resources/images/UltimakerPlusbackplate.png old mode 100644 new mode 100755 diff --git a/resources/images/cura-icon.png b/resources/images/cura-icon.png old mode 100644 new mode 100755 diff --git a/resources/images/cura.png b/resources/images/cura.png old mode 100644 new mode 100755 diff --git a/resources/meshes/UltimakerRobot_support.stl b/resources/meshes/UltimakerRobot_support.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/bq_hephestos_2_platform.stl b/resources/meshes/bq_hephestos_2_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/bq_hephestos_platform.stl b/resources/meshes/bq_hephestos_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/bq_witbox_platform.stl b/resources/meshes/bq_witbox_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/grr_neo_platform.stl b/resources/meshes/grr_neo_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/inventor_platform.stl b/resources/meshes/inventor_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/kossel_platform.stl b/resources/meshes/kossel_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/makerstarter_platform.stl b/resources/meshes/makerstarter_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/mankati_fullscale_xt_plus_platform.stl b/resources/meshes/mankati_fullscale_xt_plus_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/mendel90_platform.stl b/resources/meshes/mendel90_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/printrbot_simple_metal_platform.stl b/resources/meshes/printrbot_simple_metal_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/prusai3_platform.stl b/resources/meshes/prusai3_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/prusai3_xl_platform.stl b/resources/meshes/prusai3_xl_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/rigidbot_platform.stl b/resources/meshes/rigidbot_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/rigidbotbig_platform.stl b/resources/meshes/rigidbotbig_platform.stl old mode 100644 new mode 100755 diff --git a/resources/meshes/ultimaker2_platform.obj b/resources/meshes/ultimaker2_platform.obj old mode 100644 new mode 100755 diff --git a/resources/meshes/ultimaker2go_platform.obj b/resources/meshes/ultimaker2go_platform.obj old mode 100644 new mode 100755 diff --git a/resources/meshes/ultimaker_platform.stl b/resources/meshes/ultimaker_platform.stl old mode 100644 new mode 100755 diff --git a/resources/qml/AboutDialog.qml b/resources/qml/AboutDialog.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml old mode 100644 new mode 100755 diff --git a/resources/qml/AddMachineDialog.qml b/resources/qml/AddMachineDialog.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml old mode 100644 new mode 100755 diff --git a/resources/qml/EngineLog.qml b/resources/qml/EngineLog.qml old mode 100644 new mode 100755 diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml old mode 100644 new mode 100755 diff --git a/resources/qml/MachineAction.qml b/resources/qml/MachineAction.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Menus/MaterialMenu.qml b/resources/qml/Menus/MaterialMenu.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Menus/NozzleMenu.qml b/resources/qml/Menus/NozzleMenu.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Menus/PrinterMenu.qml b/resources/qml/Menus/PrinterMenu.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Menus/ProfileMenu.qml b/resources/qml/Menus/ProfileMenu.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Menus/RecentFilesMenu.qml b/resources/qml/Menus/RecentFilesMenu.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Menus/ViewMenu.qml b/resources/qml/Menus/ViewMenu.qml old mode 100644 new mode 100755 diff --git a/resources/qml/MonitorButton.qml b/resources/qml/MonitorButton.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/MachinesPage.qml b/resources/qml/Preferences/MachinesPage.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/MaterialView.qml b/resources/qml/Preferences/MaterialView.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/MaterialsPage.qml b/resources/qml/Preferences/MaterialsPage.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/ProfileTab.qml b/resources/qml/Preferences/ProfileTab.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/ReadOnlySpinBox.qml b/resources/qml/Preferences/ReadOnlySpinBox.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/ReadOnlyTextArea.qml b/resources/qml/Preferences/ReadOnlyTextArea.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/ReadOnlyTextField.qml b/resources/qml/Preferences/ReadOnlyTextField.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Preferences/SettingVisibilityPage.qml b/resources/qml/Preferences/SettingVisibilityPage.qml old mode 100644 new mode 100755 diff --git a/resources/qml/PrintMonitor.qml b/resources/qml/PrintMonitor.qml old mode 100644 new mode 100755 diff --git a/resources/qml/SaveButton.qml b/resources/qml/SaveButton.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingCategory.qml b/resources/qml/Settings/SettingCategory.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingCheckBox.qml b/resources/qml/Settings/SettingCheckBox.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingComboBox.qml b/resources/qml/Settings/SettingComboBox.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingExtruder.qml b/resources/qml/Settings/SettingExtruder.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingUnknown.qml b/resources/qml/Settings/SettingUnknown.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml old mode 100644 new mode 100755 diff --git a/resources/qml/SidebarAdvanced.qml b/resources/qml/SidebarAdvanced.qml old mode 100644 new mode 100755 diff --git a/resources/qml/SidebarContents.qml b/resources/qml/SidebarContents.qml old mode 100644 new mode 100755 diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml old mode 100644 new mode 100755 diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml old mode 100644 new mode 100755 diff --git a/resources/qml/SidebarTooltip.qml b/resources/qml/SidebarTooltip.qml old mode 100644 new mode 100755 diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml old mode 100644 new mode 100755 diff --git a/resources/quality/high.inst.cfg b/resources/quality/high.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/low.inst.cfg b/resources/quality/low.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/normal.inst.cfg b/resources/quality/normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/pla_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.25_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/pla_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.4_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/pla_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.4_high.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/pla_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.4_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/pla_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.6_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/pla_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.8_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.25_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.4_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.4_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.6_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.8_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.25_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_high.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.6_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.8_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.4_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.4_draft.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.4_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.6_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.6_draft.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.6_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.8_draft.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.8_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.25_high.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.25_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.4_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.4_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.6_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.8_draft.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.8_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.25_high.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.25_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.4_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.4_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.6_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.8_draft.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.8_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_tpu_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_tpu_0.25_high.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_tpu_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_tpu_0.4_normal.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/shaders/grid.shader b/resources/shaders/grid.shader old mode 100644 new mode 100755 diff --git a/resources/shaders/overhang.shader b/resources/shaders/overhang.shader old mode 100644 new mode 100755 diff --git a/resources/shaders/striped.shader b/resources/shaders/striped.shader old mode 100644 new mode 100755 diff --git a/resources/shaders/transparent_object.shader b/resources/shaders/transparent_object.shader old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/LICENSE.txt b/resources/themes/cura/fonts/LICENSE.txt old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-Bold.ttf b/resources/themes/cura/fonts/OpenSans-Bold.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-BoldItalic.ttf b/resources/themes/cura/fonts/OpenSans-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-Italic.ttf b/resources/themes/cura/fonts/OpenSans-Italic.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-Light.ttf b/resources/themes/cura/fonts/OpenSans-Light.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-LightItalic.ttf b/resources/themes/cura/fonts/OpenSans-LightItalic.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-Regular.ttf b/resources/themes/cura/fonts/OpenSans-Regular.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-Semibold.ttf b/resources/themes/cura/fonts/OpenSans-Semibold.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/fonts/OpenSans-SemiboldItalic.ttf b/resources/themes/cura/fonts/OpenSans-SemiboldItalic.ttf old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/application.svg b/resources/themes/cura/icons/application.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/arrow_bottom.svg b/resources/themes/cura/icons/arrow_bottom.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/arrow_left.svg b/resources/themes/cura/icons/arrow_left.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/arrow_right.svg b/resources/themes/cura/icons/arrow_right.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/arrow_top.svg b/resources/themes/cura/icons/arrow_top.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/basic.svg b/resources/themes/cura/icons/basic.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_adhesion.svg b/resources/themes/cura/icons/category_adhesion.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_blackmagic.svg b/resources/themes/cura/icons/category_blackmagic.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_cool.svg b/resources/themes/cura/icons/category_cool.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_dual.svg b/resources/themes/cura/icons/category_dual.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_experimental.svg b/resources/themes/cura/icons/category_experimental.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_fixes.svg b/resources/themes/cura/icons/category_fixes.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_infill.svg b/resources/themes/cura/icons/category_infill.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_layer_height.svg b/resources/themes/cura/icons/category_layer_height.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_machine.svg b/resources/themes/cura/icons/category_machine.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_material.svg b/resources/themes/cura/icons/category_material.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_shell.svg b/resources/themes/cura/icons/category_shell.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_shield.svg b/resources/themes/cura/icons/category_shield.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_speed.svg b/resources/themes/cura/icons/category_speed.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_support.svg b/resources/themes/cura/icons/category_support.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_travel.svg b/resources/themes/cura/icons/category_travel.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/category_unknown.svg b/resources/themes/cura/icons/category_unknown.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/check.svg b/resources/themes/cura/icons/check.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/cross1.svg b/resources/themes/cura/icons/cross1.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/cross2.svg b/resources/themes/cura/icons/cross2.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/dense.svg b/resources/themes/cura/icons/dense.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/dot.svg b/resources/themes/cura/icons/dot.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/hollow.svg b/resources/themes/cura/icons/hollow.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/link.svg b/resources/themes/cura/icons/link.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/load.svg b/resources/themes/cura/icons/load.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/minus.svg b/resources/themes/cura/icons/minus.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/mirror.svg b/resources/themes/cura/icons/mirror.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/notice.svg b/resources/themes/cura/icons/notice.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/pencil.svg b/resources/themes/cura/icons/pencil.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/plugin.svg b/resources/themes/cura/icons/plugin.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/plus.svg b/resources/themes/cura/icons/plus.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/print_time.svg b/resources/themes/cura/icons/print_time.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/printsetup.svg b/resources/themes/cura/icons/printsetup.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/quick.svg b/resources/themes/cura/icons/quick.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/reset.svg b/resources/themes/cura/icons/reset.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/rotate.svg b/resources/themes/cura/icons/rotate.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/rotate_layflat.svg b/resources/themes/cura/icons/rotate_layflat.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/rotate_reset.svg b/resources/themes/cura/icons/rotate_reset.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/scale.svg b/resources/themes/cura/icons/scale.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/scale_max.svg b/resources/themes/cura/icons/scale_max.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/scale_reset.svg b/resources/themes/cura/icons/scale_reset.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/setting_per_object.svg b/resources/themes/cura/icons/setting_per_object.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/settings.svg b/resources/themes/cura/icons/settings.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/solid.svg b/resources/themes/cura/icons/solid.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/sparse.svg b/resources/themes/cura/icons/sparse.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/star.svg b/resources/themes/cura/icons/star.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_monitor.svg b/resources/themes/cura/icons/tab_monitor.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_monitor_busy.svg b/resources/themes/cura/icons/tab_monitor_busy.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_monitor_connected.svg b/resources/themes/cura/icons/tab_monitor_connected.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_monitor_offline.svg b/resources/themes/cura/icons/tab_monitor_offline.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_monitor_paused.svg b/resources/themes/cura/icons/tab_monitor_paused.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_monitor_stopped.svg b/resources/themes/cura/icons/tab_monitor_stopped.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_monitor_unknown.svg b/resources/themes/cura/icons/tab_monitor_unknown.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/tab_settings.svg b/resources/themes/cura/icons/tab_settings.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/translate.svg b/resources/themes/cura/icons/translate.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/ulti.svg b/resources/themes/cura/icons/ulti.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/view_layer.svg b/resources/themes/cura/icons/view_layer.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/view_normal.svg b/resources/themes/cura/icons/view_normal.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/view_xray.svg b/resources/themes/cura/icons/view_xray.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/viewmode.svg b/resources/themes/cura/icons/viewmode.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/icons/warning.svg b/resources/themes/cura/icons/warning.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/images/logo.svg b/resources/themes/cura/images/logo.svg old mode 100644 new mode 100755 diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml old mode 100644 new mode 100755 diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_extended_plus_0.4.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.4.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_extended_plus_0.6.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.6.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_extended_plus_0.8.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.8.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_plus_0.25.inst.cfg b/resources/variants/ultimaker2_plus_0.25.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_plus_0.4.inst.cfg b/resources/variants/ultimaker2_plus_0.4.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_plus_0.6.inst.cfg b/resources/variants/ultimaker2_plus_0.6.inst.cfg old mode 100644 new mode 100755 diff --git a/resources/variants/ultimaker2_plus_0.8.inst.cfg b/resources/variants/ultimaker2_plus_0.8.inst.cfg old mode 100644 new mode 100755 diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 diff --git a/tests/TestMachineAction.py b/tests/TestMachineAction.py old mode 100644 new mode 100755