From aac478584850323c7a11236202f2b918dbb94e14 Mon Sep 17 00:00:00 2001 From: Heitor Pascoal de Bittencourt Date: Sat, 12 Sep 2020 12:34:35 -0300 Subject: [PATCH] also mention 3D models --- content/klc/G1.1.adoc | 2 +- content/klc/G1.5.adoc | 1 - content/klc/G1.8.adoc | 2 +- content/libraries/klc.adoc | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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/klc/G1.8.adoc b/content/klc/G1.8.adoc index 2c05b15c..6187ea31 100644 --- a/content/klc/G1.8.adoc +++ b/content/klc/G1.8.adoc @@ -2,6 +2,6 @@ brief = "Components can only contain features supported in latest stable release" +++ -KiCad library components (symbols, footprints, templates) may only contain features that are supported by the latest __stable__ KiCad software release. +KiCad library components (symbols, footprints, templates, 3D models) may only contain features that are supported by the latest __stable__ KiCad software release. Features introduced in nightly builds are not allowed in official KiCad library files. diff --git a/content/libraries/klc.adoc b/content/libraries/klc.adoc index 89e6d4da..2c65fc4d 100644 --- a/content/libraries/klc.adoc +++ b/content/libraries/klc.adoc @@ -43,7 +43,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.">}}