Skip to content

Commit 7ae6301

Browse files
Added scan fields bounds to job parameters.
1 parent 816ba51 commit 7ae6301

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

open_vector_format.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ message JobParameters {
5959
repeated double shielding_gas_directions = 2;
6060
//vector of main direction of a material feed (e.g. powder coater, powder feed, extrusion nozzle) (xy or xyz)
6161
repeated double material_feed_directions = 3;
62+
//bounds of the scan fields associated with the respective laser_index found in vector blocks data
63+
repeated AxisAlignedBox2D scan_field_bounds = 5;
6264
//map of additional proprietary parameters
6365
map<string,Part.ProcessStrategy.ProprietaryParam> additional_parameters = 4;
6466
}

0 commit comments

Comments
 (0)