We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847ea46 commit ebe1765Copy full SHA for ebe1765
1 file changed
customizer/src/obs_case_customizer/app.py
@@ -273,6 +273,7 @@ class CustomVariables(BaseModel):
273
DisplayCaseTop_pcb_standoff: float = 1.7
274
extrude_width: float = 0.46
275
enable_easy_print: bool = True
276
+ enable_text: bool = True
277
layer_height: float = 0.2
278
default_clearance: float = 0.2
279
orient_for_printing: bool = True
0 commit comments