Skip to content

Commit

Permalink
Also send the settings in the request
Browse files Browse the repository at this point in the history
This allows for us to retrieve the mesh specific settings

Contributes to CURA-10619
  • Loading branch information
jellespijker committed Aug 4, 2023
1 parent 996a105 commit 5939d94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cura/plugins/slots/infill/v0/generate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ service InfillGenerateService {
rpc Call(CallRequest) returns (CallResponse) {}
}

message Settings {
map<string, bytes> settings = 1;
}

message CallRequest {
cura.plugins.v0.Polygons infill_areas = 1;
string pattern = 2;
Settings settings = 3;
}

message CallResponse {
Expand Down

0 comments on commit 5939d94

Please sign in to comment.