Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
also mention 3D models
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorPB committed Sep 12, 2020
1 parent a9b134d commit aac4785
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/klc/G1.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `_`
Expand Down
1 change: 0 additions & 1 deletion content/klc/G1.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion content/klc/G1.8.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/libraries/klc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.">}}

Expand Down

0 comments on commit aac4785

Please sign in to comment.