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

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-07-24 13:44:00 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-07-24 13:44:00 +0300
commitd43774c6644f46909c02887b5d0d65040573df0e (patch)
tree79961e2da4a723fa13267e031e3453fe79d7a7cf /Cura.proto
parent95bbf211ba8286bd99c57a0d8c26d59070a87f2e (diff)
parent13f5ebe9d72a3d037f3fe90551d69dcda38806a0 (diff)
Merge branch '15.06'
* 15.06: (21 commits) bugfix: empty arcus messages bugfix & feature: insets support smaller outer wall line width Statically link libstdc++ on Linux to prevent issues with newer libstc++ bugfixes for raft problems: unregistered settings, printZ computed doubly, printZ didn't account for difference in initial slice Z and print Z, initial layer height should be appleid when using raft, wrong (negative) layer comments bugfix: extrusion per mm to extrusion mm3 per mm is_volumetric set bugfix: speed compensation for stable feedrate also changed the extrusion per mm bugfix: speed compensation for stable feedrate also changed the extrusion per mm bugfix+refactor: extrusion always per mm3 bugfix: no support for too low models bugfix: no support for too low models Also send infill polygon data to the UI, not just oultines Also send line width to the UI along with the polygon's points Add support for sending layer height and thickness to the UI Properly reset the extrusion amount between slicing tasks. Properly initialize extrusion_volume_per_mm variable bugfix: reset filament at new print Add missing <string> include so we can build on MacOSX Install the created executable bugfix gcode.writeMove(x,y,z) where z didn't get processed. = bug for wireprinting Fix support generation by making sure "True" is also recognised as true ...
Diffstat (limited to 'Cura.proto')
-rw-r--r--Cura.proto9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cura.proto b/Cura.proto
index 159a0bbd6..bd76b6662 100644
--- a/Cura.proto
+++ b/Cura.proto
@@ -44,7 +44,11 @@ message SlicedObject
message Layer {
int32 id = 1;
- repeated Polygon polygons = 2;
+
+ float height = 2;
+ float thickness = 3;
+
+ repeated Polygon polygons = 4;
}
message Polygon {
@@ -55,9 +59,12 @@ message Polygon {
SkinType = 3;
SupportType = 4;
SkirtType = 5;
+ InfillType = 6;
+ SupportInfillType = 7;
}
Type type = 1;
bytes points = 2;
+ float line_width = 3;
}
// typeid 4