From 55e56d963c422245a4b9d1f68001954177f127d9 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 22 Sep 2022 20:04:56 +0200 Subject: [PATCH] KeyPad: Add description pointing to different material thickness for the top layer(s) Related: #435 --- boxes/generators/keypad.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boxes/generators/keypad.py b/boxes/generators/keypad.py index 976bc3e..c5c5acd 100644 --- a/boxes/generators/keypad.py +++ b/boxes/generators/keypad.py @@ -9,6 +9,9 @@ from .keyboard import Keyboard class Keypad(Boxes, Keyboard): """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' btn_size = 15.6 space_between_btn = 4