Skip to content

Commit

Permalink
Merge pull request #12 from Ultimaker/CURA-11035_invert_version_range
Browse files Browse the repository at this point in the history
[CURA-11035] Plugins specify a version-range, slots just a version.
  • Loading branch information
jellespijker authored Sep 20, 2023
2 parents cb88e2e + 3fe6ea7 commit 1f1ae87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cura/plugins/slots/handshake/v0/handshake.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ service HandshakeService {

message CallRequest {
cura.plugins.v0.SlotID slot_id = 1;
string version_range = 2;
string version = 2;
string plugin_name = 3;
string plugin_version = 4;
}

message CallResponse {
string slot_version = 1;
string slot_version_range = 1;
string plugin_name = 2;
string plugin_version = 3;
repeated cura.plugins.v0.SlotID broadcast_subscriptions = 4;
Expand Down

0 comments on commit 1f1ae87

Please sign in to comment.