mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-17 20:53:00 +02:00
More typos in comments.
This commit is contained in:
@@ -3019,7 +3019,7 @@ Potentiometers and rotary encoders
|
||||
| `pot_spigot_x(type)` | Spigot offset from the shaft centre |
|
||||
| `pot_thread_d(type)` | Nomininal thread diameter |
|
||||
| `pot_thread_h(type)` | Height of threaded part |
|
||||
| `pot_thread_p(type)` | Thread pritch |
|
||||
| `pot_thread_p(type)` | Thread pitch |
|
||||
| `pot_wafer(type)` | Width, diameter and thickness of the track wafer plus true if curved |
|
||||
| `pot_washer(type)` | Outside diameter and thickness of the washer |
|
||||
|
||||
@@ -3512,7 +3512,7 @@ For an explanation of `screw_polysink()` see <https://hydraraptor.blogspot.com/2
|
||||
| `screw_radius(type)` | Nominal radius |
|
||||
| `screw_socket_af(type)` | Socket across flats |
|
||||
| `screw_socket_depth(type)` | Socket or slot depth |
|
||||
| `screw_thread_diameter(type)` | Thread diameter, if different from nominal diamter |
|
||||
| `screw_thread_diameter(type)` | Thread diameter, if different from nominal diameter |
|
||||
| `screw_washer(type)` | Default washer |
|
||||
|
||||
### Functions
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
Binary file not shown.
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 103 KiB |
@@ -41,7 +41,7 @@ function screw_washer(type) = type[9]; //! Default washer
|
||||
function screw_nut(type) = type[10]; //! Default nut
|
||||
function screw_pilot_hole(type) = type[11]; //! Pilot hole radius for wood screws, tap radius for machine screws
|
||||
function screw_clearance_radius(type) = type[12]; //! Clearance hole radius
|
||||
function screw_thread_diameter(type) = type[13]; //! Thread diameter, if different from nominal diamter
|
||||
function screw_thread_diameter(type) = type[13]; //! Thread diameter, if different from nominal diameter
|
||||
function screw_nut_radius(type) = screw_nut(type) ? nut_radius(screw_nut(type)) : 0; //! Radius of matching nut
|
||||
function screw_boss_diameter(type) = max(washer_diameter(screw_washer(type)) + 1, 2 * (screw_nut_radius(type) + 3 * extrusion_width)); //! Boss big enough for nut trap and washer
|
||||
function screw_head_depth(type, d = 0) = //! How far a counter sink head will go into a straight hole diameter d
|
||||
|
Reference in New Issue
Block a user