From 391c19c73848b0e0937c3f47ed58306a9a808bb0 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Fri, 19 Jan 2024 18:32:08 +0000 Subject: [PATCH] Added a note for the `side` parameter --- ergogen/footprints/power_switch.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ergogen/footprints/power_switch.js b/ergogen/footprints/power_switch.js index 871c69f..eda5a31 100644 --- a/ergogen/footprints/power_switch.js +++ b/ergogen/footprints/power_switch.js @@ -20,7 +20,8 @@ // reversible: default is false // if true, it will include pads on both Front and Back to make the footprint reversible // side: default is F for Front -// the side on which to place the single-side footprint and designator, either F or B +// the side on which to place the single-side footprint and designator, either F (Front) +// or B (Back) // silkscreen: default is true // if true it will include silkscreen markings // courtyard: default is false