T466: Revert the previous commit since it messed up the file rights.

This commit is contained in:
Victor Larchenko 2016-10-14 19:09:44 +06:00 committed by Youness Alaoui
parent 64d7bb0c2a
commit 8987aa2048
390 changed files with 1 additions and 7 deletions

0
.gitignore vendored Executable file → Normal file
View file

0
CHANGES Executable file → Normal file
View file

0
CMakeLists.txt Executable file → Normal file
View file

0
CPackConfig.cmake Executable file → Normal file
View file

0
LICENSE Executable file → Normal file
View file

0
README.md Executable file → Normal file
View file

0
build.sh Executable file → Normal file
View file

0
cura.desktop.in Executable file → Normal file
View file

0
cura.sharedmimeinfo Executable file → Normal file
View file

0
cura/BuildVolume.py Executable file → Normal file
View file

0
cura/CameraAnimation.py Executable file → Normal file
View file

0
cura/CameraImageProvider.py Executable file → Normal file
View file

0
cura/ConvexHullDecorator.py Executable file → Normal file
View file

0
cura/ConvexHullNode.py Executable file → Normal file
View file

0
cura/CrashHandler.py Executable file → Normal file
View file

0
cura/CuraActions.py Executable file → Normal file
View file

0
cura/CuraApplication.py Executable file → Normal file
View file

0
cura/CuraSplashScreen.py Executable file → Normal file
View file

0
cura/CuraVersion.py.in Executable file → Normal file
View file

0
cura/Layer.py Executable file → Normal file
View file

0
cura/LayerData.py Executable file → Normal file
View file

0
cura/LayerDataBuilder.py Executable file → Normal file
View file

0
cura/LayerDataDecorator.py Executable file → Normal file
View file

0
cura/LayerPolygon.py Executable file → Normal file
View file

0
cura/MachineAction.py Executable file → Normal file
View file

0
cura/MachineActionManager.py Executable file → Normal file
View file

0
cura/OneAtATimeIterator.py Executable file → Normal file
View file

0
cura/PlatformPhysics.py Executable file → Normal file
View file

0
cura/PlatformPhysicsOperation.py Executable file → Normal file
View file

0
cura/PrintInformation.py Executable file → Normal file
View file

0
cura/PrinterOutputDevice.py Executable file → Normal file
View file

0
cura/ProfileReader.py Executable file → Normal file
View file

0
cura/ProfileWriter.py Executable file → Normal file
View file

0
cura/SetParentOperation.py Executable file → Normal file
View file

0
cura/Settings/ContainerManager.py Executable file → Normal file
View file

0
cura/Settings/ContainerSettingsModel.py Executable file → Normal file
View file

0
cura/Settings/CuraContainerRegistry.py Executable file → Normal file
View file

0
cura/Settings/ExtruderManager.py Executable file → Normal file
View file

0
cura/Settings/ExtrudersModel.py Executable file → Normal file
View file

0
cura/Settings/MachineManager.py Executable file → Normal file
View file

0
cura/Settings/MaterialSettingsVisibilityHandler.py Executable file → Normal file
View file

0
cura/Settings/QualitySettingsModel.py Executable file → Normal file
View file

0
cura/Settings/SettingInheritanceManager.py Executable file → Normal file
View file

0
cura/Settings/SettingOverrideDecorator.py Executable file → Normal file
View file

0
cura/Settings/__init__.py Executable file → Normal file
View file

0
cura/ZOffsetDecorator.py Executable file → Normal file
View file

0
cura/__init__.py Executable file → Normal file
View file

0
icons/cura-128.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

0
icons/cura-32.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

0
icons/cura-48.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

0
icons/cura-64.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

0
icons/cura.icns Executable file → Normal file
View file

0
icons/cura.ico Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

Before After
Before After

0
installer.nsi Executable file → Normal file
View file

0
plugins/3MFReader/ThreeMFReader.py Executable file → Normal file
View file

0
plugins/3MFReader/__init__.py Executable file → Normal file
View file

0
plugins/AutoSave/AutoSave.py Executable file → Normal file
View file

0
plugins/AutoSave/__init__.py Executable file → Normal file
View file

0
plugins/ChangeLogPlugin/ChangeLog.py Executable file → Normal file
View file

0
plugins/ChangeLogPlugin/ChangeLog.qml Executable file → Normal file
View file

0
plugins/ChangeLogPlugin/ChangeLog.txt Executable file → Normal file
View file

0
plugins/ChangeLogPlugin/__init__.py Executable file → Normal file
View file

0
plugins/CuraEngineBackend/Cura.proto Executable file → Normal file
View file

0
plugins/CuraEngineBackend/CuraEngineBackend.py Executable file → Normal file
View file

0
plugins/CuraEngineBackend/ProcessGCodeJob.py Executable file → Normal file
View file

0
plugins/CuraEngineBackend/ProcessSlicedLayersJob.py Executable file → Normal file
View file

0
plugins/CuraEngineBackend/StartSliceJob.py Executable file → Normal file
View file

0
plugins/CuraEngineBackend/__init__.py Executable file → Normal file
View file

0
plugins/CuraProfileReader/CuraProfileReader.py Executable file → Normal file
View file

0
plugins/CuraProfileReader/__init__.py Executable file → Normal file
View file

0
plugins/CuraProfileWriter/CuraProfileWriter.py Executable file → Normal file
View file

0
plugins/CuraProfileWriter/__init__.py Executable file → Normal file
View file

8
plugins/GCODEReader/GCODEReader.py Executable file → Normal file
View file

@ -76,7 +76,7 @@ class GCODEReader(MeshReader):
else:
backend = Application.getInstance().getBackend()
backend._pauseSlicing = True
backend.backendStateChange.emit(3)
backend.backendStateChange.emit(1)
Application.getInstance().getPrintInformation()._abbr_machine = "Pre-sliced"
Application.getInstance().setHideSettings(True)
@ -116,9 +116,6 @@ 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()
@ -162,7 +159,6 @@ 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] == ";":
@ -245,8 +241,6 @@ class GCODEReader(MeshReader):
Preferences.getInstance().setValue("cura/jobname_prefix", True)
view = Application.getInstance().getController().getActiveView()
if view.getPluginId() == "LayerView":
view.resetLayerData()

0
plugins/GCODEReader/__init__.py Executable file → Normal file
View file

0
plugins/GCodeProfileReader/GCodeProfileReader.py Executable file → Normal file
View file

0
plugins/GCodeProfileReader/__init__.py Executable file → Normal file
View file

0
plugins/GCodeWriter/GCodeWriter.py Executable file → Normal file
View file

0
plugins/GCodeWriter/__init__.py Executable file → Normal file
View file

0
plugins/ImageReader/ConfigUI.qml Executable file → Normal file
View file

0
plugins/ImageReader/ImageReader.py Executable file → Normal file
View file

0
plugins/ImageReader/ImageReaderUI.py Executable file → Normal file
View file

0
plugins/ImageReader/__init__.py Executable file → Normal file
View file

0
plugins/LayerView/LayerPass.py Executable file → Normal file
View file

0
plugins/LayerView/LayerView.py Executable file → Normal file
View file

0
plugins/LayerView/LayerView.qml Executable file → Normal file
View file

0
plugins/LayerView/LayerViewProxy.py Executable file → Normal file
View file

0
plugins/LayerView/__init__.py Executable file → Normal file
View file

0
plugins/LayerView/layerview_composite.shader Executable file → Normal file
View file

0
plugins/LegacyProfileReader/DictionaryOfDoom.json Executable file → Normal file
View file

0
plugins/LegacyProfileReader/LegacyProfileReader.py Executable file → Normal file
View file

0
plugins/LegacyProfileReader/__init__.py Executable file → Normal file
View file

0
plugins/MachineSettingsAction/MachineSettingsAction.py Executable file → Normal file
View file

View file

0
plugins/MachineSettingsAction/__init__.py Executable file → Normal file
View file

0
plugins/PerObjectSettingsTool/PerObjectCategory.qml Executable file → Normal file
View file

0
plugins/PerObjectSettingsTool/PerObjectItem.qml Executable file → Normal file
View file

View file

View file

0
plugins/PerObjectSettingsTool/PerObjectSettingsTool.py Executable file → Normal file
View file

0
plugins/PerObjectSettingsTool/__init__.py Executable file → Normal file
View file

Some files were not shown because too many files have changed in this diff Show more