Skip to content

Commit f9000a2

Browse files
authored
Remove bead type (#13)
* Remove bead type * Decrement protobuf version
1 parent 68075b2 commit f9000a2

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
1.2.0

ansys/api/additive/v0/additive_domain.proto

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,10 @@ message StlFile {
133133

134134
message SingleBeadInput {
135135
double bead_length = 2;
136-
BeadType bead_type = 3;
137136
MachineSettings machine = 10;
138137
AdditiveMaterial material = 11;
139138
}
140139

141-
enum BeadType {
142-
BEAD_TYPE_UNSPECIFIED = 0;
143-
BEAD_TYPE_BEAD_ON_POWDER_LAYER = 1;
144-
BEAD_TYPE_BEAD_ON_BASE_PLATE = 2;
145-
}
146-
147140
message PorosityInput {
148141
double size_x = 2;
149142
double size_y = 3;

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
url=f"https://github.com/ansys/{package_name}",
3838
license="MIT",
3939
python_requires=">=3.7",
40-
install_requires=["grpcio~=1.47", "protobuf~=3.20"],
40+
install_requires=["grpcio~=1.47", "protobuf~=3.19"],
4141
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4242
package_data={
4343
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)