KeyPad: Add description
pointing to different material thickness for the top layer(s) Related: #435
This commit is contained in:
parent
4008c2b967
commit
55e56d963c
|
@ -9,6 +9,9 @@ from .keyboard import Keyboard
|
||||||
|
|
||||||
class Keypad(Boxes, Keyboard):
|
class Keypad(Boxes, Keyboard):
|
||||||
"""Generator for keypads with mechanical switches."""
|
"""Generator for keypads with mechanical switches."""
|
||||||
|
|
||||||
|
description = "Note that top layers use a different material thickness according to the top1_thickness and top2_thickness (if enabled)."
|
||||||
|
|
||||||
ui_group = 'Box'
|
ui_group = 'Box'
|
||||||
btn_size = 15.6
|
btn_size = 15.6
|
||||||
space_between_btn = 4
|
space_between_btn = 4
|
||||||
|
|
Loading…
Reference in New Issue