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:
authorpaukstelis <paukstel@umd.edu>2018-08-20 14:40:28 +0300
committerpaukstelis <paukstel@umd.edu>2018-08-20 14:40:28 +0300
commitfc9c1045c97a857627c93254a5006e8753fa5d4a (patch)
tree17e493b701a2b68334764d1386707b8cfe69c5fe /plugins/CuraEngineBackend/Cura.proto
parentb66558f97a913e38c1dcdf6f0ecbe69eaea681d2 (diff)
Basic cleanup
Diffstat (limited to 'plugins/CuraEngineBackend/Cura.proto')
-rw-r--r--plugins/CuraEngineBackend/Cura.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CuraEngineBackend/Cura.proto b/plugins/CuraEngineBackend/Cura.proto
index 5e0f88f075..292330576b 100644
--- a/plugins/CuraEngineBackend/Cura.proto
+++ b/plugins/CuraEngineBackend/Cura.proto
@@ -29,7 +29,6 @@ message Object
bytes normals = 3; //An array of 3 floats.
bytes indices = 4; //An array of ints.
repeated Setting settings = 5; // Setting override per object, overruling the global settings.
- //PJP
string name = 6;
}