Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Larchenko <victor99992@gmail.com>2016-12-13 10:39:09 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2016-12-23 23:53:17 +0300
commit67ab0cab4160f56e3e0ecb239d7cc8ce540fc8f3 (patch)
treed232e59f6d3d303463e980df5d1b75ef71ea2b43 /cura/GCodeListDecorator.py
parent647c2f15ba16926619b0aea52ba0503201529172 (diff)
D6: Changed decorator and swapping to LayerView
Diffstat (limited to 'cura/GCodeListDecorator.py')
-rw-r--r--cura/GCodeListDecorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/GCodeListDecorator.py b/cura/GCodeListDecorator.py
index 9c103db84f..72ff975108 100644
--- a/cura/GCodeListDecorator.py
+++ b/cura/GCodeListDecorator.py
@@ -6,7 +6,7 @@ class GCodeListDecorator(SceneNodeDecorator):
super().__init__()
self._gcode_list = []
- def gCodeList(self):
+ def getGCodeList(self):
return self._gcode_list
def setGCodeList(self, list):