File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1- 5.0.3 -dev0
1+ 5.1.0 -dev0
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ message MachineSettings {
1616 double layer_rotation_angle = 7 ;
1717 double hatch_spacing = 8 ;
1818 double slicing_stripe_width = 9 ;
19+ string heat_source_model = 10 ;
20+ RingModeCoefficientSets ring_mode_coefficient_set = 11 ;
1921}
2022
2123message MeltPoolTimeStep {
@@ -304,3 +306,13 @@ message DownloadFileResponse {
304306 string content_md5 = 4 ; // md5 hash of content
305307 Progress progress = 10 ; // download progress
306308}
309+
310+ enum RingModeCoefficientSets {
311+ RING_MODE_COEFFICIENT_SET_00 = 0 ;
312+ RING_MODE_COEFFICIENT_SET_01 = 1 ;
313+ RING_MODE_COEFFICIENT_SET_02 = 2 ;
314+ RING_MODE_COEFFICIENT_SET_03 = 3 ;
315+ RING_MODE_COEFFICIENT_SET_04 = 4 ;
316+ RING_MODE_COEFFICIENT_SET_05 = 5 ;
317+ RING_MODE_COEFFICIENT_SET_06 = 6 ;
318+ }
You can’t perform that action at this time.
0 commit comments