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:
authorGhostkeeper <rubend@tutanota.com>2022-04-12 18:21:13 +0300
committerGhostkeeper <rubend@tutanota.com>2022-04-12 18:21:13 +0300
commit715dce9beab09b048e513afa2a8ebcd1004bd962 (patch)
treef1cfdc6b81f2a61a38be3ab624192eec9780642e
parentcec55162ec006b4483e0feea47c5ee290afd18ed (diff)
Send X/Y/Z coordinates instead of separate Z
It's more data, too bad. But otherwise the front-end has to interweave the Z coordinates in that data, which is difficult and expensive too.
-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 eb07ccb0af..bbf7c8d7c1 100644
--- a/plugins/CuraEngineBackend/Cura.proto
+++ b/plugins/CuraEngineBackend/Cura.proto
@@ -114,7 +114,6 @@ message StructurePolygon {
}
Type type = 2; //Type of structure.
int32 layer_index = 3; //Layer number this is on.
- float height = 4; //Z position.
}
message PrintTimeMaterialEstimates { // The print time for each feature and material estimates for the extruder