Skip to content

Commit ebe1765

Browse files
committed
add enable_text as configurable
1 parent 847ea46 commit ebe1765

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • customizer/src/obs_case_customizer

customizer/src/obs_case_customizer/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ class CustomVariables(BaseModel):
273273
DisplayCaseTop_pcb_standoff: float = 1.7
274274
extrude_width: float = 0.46
275275
enable_easy_print: bool = True
276+
enable_text: bool = True
276277
layer_height: float = 0.2
277278
default_clearance: float = 0.2
278279
orient_for_printing: bool = True

0 commit comments

Comments
 (0)