mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
Typo
This commit is contained in:
@@ -63,7 +63,7 @@ A list of changes classified as breaking, additions or fixes is maintained in [C
|
|||||||
### Properties
|
### Properties
|
||||||
| Function | Description |
|
| Function | Description |
|
||||||
|:--- |:--- |
|
|:--- |:--- |
|
||||||
| `7_segment_digit_size(type)` | Size of the actual digit and segemnt width and angle |
|
| `7_segment_digit_size(type)` | Size of the actual digit and segment width and angle |
|
||||||
| `7_segment_pin_pitch(type)` | x and y pin pitches and pin diameter |
|
| `7_segment_pin_pitch(type)` | x and y pin pitches and pin diameter |
|
||||||
| `7_segment_pins(type)` | None |
|
| `7_segment_pins(type)` | None |
|
||||||
| `7_segment_size(type)` | Size of the body |
|
| `7_segment_size(type)` | Size of the body |
|
||||||
|
@@ -24,7 +24,7 @@ include <../utils/core/core.scad>
|
|||||||
|
|
||||||
|
|
||||||
function 7_segment_size(type) = type[1]; //! Size of the body
|
function 7_segment_size(type) = type[1]; //! Size of the body
|
||||||
function 7_segment_digit_size(type) = type[2]; //! Size of the actual digit and segemnt width and angle
|
function 7_segment_digit_size(type) = type[2]; //! Size of the actual digit and segment width and angle
|
||||||
function 7_segment_pins(type) = type[3]; //! [x, y] array of pins
|
function 7_segment_pins(type) = type[3]; //! [x, y] array of pins
|
||||||
function 7_segment_pin_pitch(type) = type[4]; //! x and y pin pitches and pin diameter
|
function 7_segment_pin_pitch(type) = type[4]; //! x and y pin pitches and pin diameter
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user