mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-18 13:11:22 +02:00
Fixed typo in resistor comment.
This commit is contained in:
@@ -828,7 +828,7 @@ Various electronic components used in hot ends and heated beds.
|
|||||||
| `panel_USBA()` | Draw a panel mount USBA connector |
|
| `panel_USBA()` | Draw a panel mount USBA connector |
|
||||||
| `panel_USBA_hole_positions()` | Place children at hole positions |
|
| `panel_USBA_hole_positions()` | Place children at hole positions |
|
||||||
| `panel_USBA_holes(h = 100)` | Make holes for USBA connector |
|
| `panel_USBA_holes(h = 100)` | Make holes for USBA connector |
|
||||||
| `resistor(type)` | Draw specified type of resitor |
|
| `resistor(type)` | Draw specified type of resistor |
|
||||||
| `sleeved_resistor(type, sleeving, bare = 5, heatshrink = false)` | Draw a resistor with sleeved leads and option heatshrink |
|
| `sleeved_resistor(type, sleeving, bare = 5, heatshrink = false)` | Draw a resistor with sleeved leads and option heatshrink |
|
||||||
| `thermal_cutout(type)` | Draw specified thermal cutout |
|
| `thermal_cutout(type)` | Draw specified thermal cutout |
|
||||||
| `thermal_cutout_hole_positions(type)` | Place children at hole positions |
|
| `thermal_cutout_hole_positions(type)` | Place children at hole positions |
|
||||||
|
@@ -41,7 +41,7 @@ function resistor_sleeved(type) = type[9]; //! Are the leads sleeved
|
|||||||
|
|
||||||
splay_angle = 2; // radial lead splay angle
|
splay_angle = 2; // radial lead splay angle
|
||||||
|
|
||||||
module resistor(type) { //! Draw specified type of resitor
|
module resistor(type) { //! Draw specified type of resistor
|
||||||
length = resistor_length(type);
|
length = resistor_length(type);
|
||||||
dia = resistor_diameter(type);
|
dia = resistor_diameter(type);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user