Skip to content

Commit

Permalink
Merge pull request #15 from Ultimaker/CURA-11485_add_z_offset_fix
Browse files Browse the repository at this point in the history
[CURA-11485] Fix: z-offset as a property of gcode paths
  • Loading branch information
wawanbreton authored Mar 7, 2024
2 parents bb9515f + 1b435d4 commit 550ada0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conandata.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.2.0-alpha.0
version: 0.2.0-alpha.0
1 change: 1 addition & 0 deletions cura/plugins/v0/gcodepath.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ message GCodePath {
int64 layer_thickness = 19;
double flow_ratio = 20;
bool is_bridge_path = 21;
int64 z_offset = 22;
}
1 change: 1 addition & 0 deletions include/folder.placeholder
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NOTE: Dependant packages expect an 'include' folder, but git doesn't include empty folders.

0 comments on commit 550ada0

Please sign in to comment.