Skip to content

Commit

Permalink
Add initial_layer_point and initial_flow
Browse files Browse the repository at this point in the history
to `GCodePathsModifyService` message

CURA-10446
  • Loading branch information
casperlamboo committed Aug 20, 2023
1 parent 774ba9d commit c4d294e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cura/plugins/slots/gcode_paths/v0/modify.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax = "proto3";
package cura.plugins.slots.gcode_paths.v0.modify;

import "cura/plugins/v0/gcodepath.proto";
import "cura/plugins/v0/polygons.proto";

service GCodePathsModifyService {
rpc Call(CallRequest) returns (CallResponse) {}
Expand All @@ -12,6 +13,8 @@ message CallRequest {
repeated cura.plugins.v0.GCodePath gcode_paths = 1;
int64 extruder_nr = 2;
int64 layer_nr = 3;
cura.plugins.v0.Point2D initial_layer_point = 4;
double initial_flow = 5;
}

message CallResponse {
Expand Down

0 comments on commit c4d294e

Please sign in to comment.