Skip to content

Commit

Permalink
Merge branch 'main' into CURA-11622_conan_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema committed Sep 18, 2024
2 parents 4d44cc6 + 9d697d6 commit 06aaec3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- '**/*.proto'
- 'conanfile.py'
- 'conandata.yml'
- 'CMakelists.txt'
- '.github/workflows/conan-package.yml'
- '.github/workflows/requirements*.txt'
Expand Down
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.1
2 changes: 2 additions & 0 deletions cura/plugins/v0/gcodepath.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ message GCodePath {
int64 layer_thickness = 19;
double flow_ratio = 20;
bool is_bridge_path = 21;
int64 z_offset = 22;
bool retract_for_nozzle_switch = 23;
}
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 06aaec3

Please sign in to comment.