diff --git a/cura/plugins/v0/gcodepath.proto b/cura/plugins/v0/gcodepath.proto index 81d3cdb..fe5692f 100644 --- a/cura/plugins/v0/gcodepath.proto +++ b/cura/plugins/v0/gcodepath.proto @@ -41,4 +41,5 @@ message GCodePath { double flow_ratio = 20; bool is_bridge_path = 21; int64 z_offset = 22; + bool retract_for_nozzle_switch = 23; }