Skip to content

Commit 2e14538

Browse files
authored
Fix/defocus (#64)
Change int32 defocus_index to double defocus_distance
1 parent 15e37ee commit 2e14538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.4-dev0
1+
5.1.4-dev1

ansys/api/additive/v0/additive_domain.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ message MachineSettings {
1818
double slicing_stripe_width = 9;
1919
HeatSourceModelType heat_source_model = 10;
2020
RingModeIndex ring_mode_index = 11;
21-
int32 defocus_index = 12;
21+
double defocus_distance = 12;
2222
}
2323

2424
message MeltPoolTimeStep {

0 commit comments

Comments
 (0)