diff --git a/vitamins/potentiometer.scad b/vitamins/potentiometer.scad index fbfd881..9e483d1 100644 --- a/vitamins/potentiometer.scad +++ b/vitamins/potentiometer.scad @@ -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_gangs(type) = type[4]; //! Number of gangs for mult-gang pot 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_boss_d(type) = type[8]; //! Boss diameter function pot_boss_h(type) = type[9]; //! Boss height