Skip to content

Commit 9d4e8ba

Browse files
committed
Merge branch 'main' into beta
2 parents 7509f42 + 69f4a8c commit 9d4e8ba

17 files changed

Lines changed: 4 additions & 3 deletions
4.31 MB
Binary file not shown.

customizer/src/obs_case_customizer/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ class CustomVariables(BaseModel):
297297
MainCase_top_rider: bool = True
298298
MainCase_back_rider_cable: bool = True
299299
MainCase_top_rider_cable: bool = True
300+
MainCase_gps_antenna_housing_hole_width: float = Field(26, title='diameter in mm', ge=22, le=30)
300301
m3_screw_diameter_tight: float = Field(3, title='diameter in mm', ge=2.6, le=3.6)
301302
m3_screw_diameter_loose: float = Field(3.25, title='in mm', ge=2.9, le=3.7)
302303
m3_insert_hole_diameter: float = Field(4, title='in mm', ge=3.5, le=5.6)
10 Bytes
Loading
-1 Bytes
Loading
7 Bytes
Loading
6 Bytes
Loading
-7 Bytes
Loading
1 Byte
Loading
10 Bytes
Loading
-2 Bytes
Loading

0 commit comments

Comments
 (0)