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 14fb1df commit 124e607
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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/libraries/klc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.">}}

Expand Down

0 comments on commit 124e607

Please sign in to comment.