diff --git a/content/klc/G1.1.adoc b/content/klc/G1.1.adoc index 1b0c876f..984c071f 100644 --- a/content/klc/G1.1.adoc +++ b/content/klc/G1.1.adoc @@ -2,7 +2,7 @@ brief = "Only standard characters are used for naming libraries and components" +++ -Filenames, symbol names, footprint names, model names and template names must contain only valid characters, as determined below: +Filenames, symbol names, footprint names, model names, 3D model names, and template names must contain only valid characters, as determined below: . Alphanumeric characters (`A-Z`, `a-z`, `0-9`) . Underscore `_` diff --git a/content/klc/G1.5.adoc b/content/klc/G1.5.adoc index f1d57bef..b0a55b70 100644 --- a/content/klc/G1.5.adoc +++ b/content/klc/G1.5.adoc @@ -7,4 +7,3 @@ In general, plural naming (e.g. for libraries) should be avoided, as pluralisati * `Sensor_Temperature` instead of `Sensors_Temperature` * `Memory_Flash` instead of `Memories_Flash` * `TerminalBlock` instead of `TerminalBlocks` -* `ArduinoShield` instead of `ArduinoShields` diff --git a/content/libraries/klc.adoc b/content/libraries/klc.adoc index 61d59099..86171672 100644 --- a/content/libraries/klc.adoc +++ b/content/libraries/klc.adoc @@ -44,7 +44,7 @@ __Note: While many of the KLC guidelines are checked by these scripts, there are == General Library Guidelines -The general library guidelines apply to all library elements (symbols / footprints / models / templates). However, these guidelines may be overridden in some cases by specific exceptions described in further sections. +The general library guidelines apply to all library elements (symbols / footprints / models / templates / 3D models). However, these guidelines may be overridden in some cases by specific exceptions described in further sections. {{< klc_list title="General Guidelines" filter="G1.">}}