mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
Comment typo.
This commit is contained in:
@@ -32,7 +32,7 @@ function pot_face(type) = type[2]; //! Faceplate rib width, plate depth and
|
|||||||
function pot_wafer(type) = type[3]; //! Width, diameter and thickness of the track wafer plus true if curved
|
function pot_wafer(type) = type[3]; //! Width, diameter and thickness of the track wafer plus true if curved
|
||||||
function pot_gangs(type) = type[4]; //! Number of gangs for mult-gang pot
|
function pot_gangs(type) = type[4]; //! Number of gangs for mult-gang pot
|
||||||
function pot_thread_d(type) = type[5]; //! Nomininal thread diameter
|
function pot_thread_d(type) = type[5]; //! Nomininal thread diameter
|
||||||
function pot_thread_p(type) = type[6]; //! Thread pritch
|
function pot_thread_p(type) = type[6]; //! Thread pitch
|
||||||
function pot_thread_h(type) = type[7]; //! Height of threaded part
|
function pot_thread_h(type) = type[7]; //! Height of threaded part
|
||||||
function pot_boss_d(type) = type[8]; //! Boss diameter
|
function pot_boss_d(type) = type[8]; //! Boss diameter
|
||||||
function pot_boss_h(type) = type[9]; //! Boss height
|
function pot_boss_h(type) = type[9]; //! Boss height
|
||||||
|
Reference in New Issue
Block a user