From c0d9067b740fc5ea4a41e696c88613a284685118 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Thu, 24 Feb 2022 09:13:25 +0000 Subject: [PATCH] Fixed typos. --- printed/corner_block.scad | 2 +- printed/knob.scad | 2 +- printed/ribbon_clamp.scad | 2 +- scripts/views.py | 2 +- tests/BOM.scad | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/printed/corner_block.scad b/printed/corner_block.scad index d65edd1..7a804b1 100644 --- a/printed/corner_block.scad +++ b/printed/corner_block.scad @@ -31,7 +31,7 @@ //! Star washers can be omitted by setting `star_washers` to false. //! //! A 2screw_block is a thinner version with two screws and two mating surfaces. It can be used as an alternative to fixing blocks when -//! high lateral rigity is not required. +//! high lateral rigidity is not required. // include <../core.scad> use <../vitamins/insert.scad> diff --git a/printed/knob.scad b/printed/knob.scad index 981c949..9f089bf 100644 --- a/printed/knob.scad +++ b/printed/knob.scad @@ -20,7 +20,7 @@ // //! Parametric knobs for potentiometers and encoders. //! -//! A knob can be constructed by specififying all the parameters or the potentiometer can be specified to customise it for its shaft with a recess to clear the nut, washer and thread. +//! A knob can be constructed by specifying all the parameters or the potentiometer can be specified to customise it for its shaft with a recess to clear the nut, washer and thread. //! An optional skirt and / or a pointer can be specified. //! //! The STL includes a support membrane that needs to be cut out and a thread needs to be tapped for the grub screw. diff --git a/printed/ribbon_clamp.scad b/printed/ribbon_clamp.scad index bb25f63..9b9922c 100644 --- a/printed/ribbon_clamp.scad +++ b/printed/ribbon_clamp.scad @@ -20,7 +20,7 @@ // //! Clamp for ribbon cable and polypropylene strip or one or more ribbon cables. //! -//! * When `ways` is a scalar number the slot is sized for one rubbon cable and a PP strip. +//! * When `ways` is a scalar number the slot is sized for one ribbon cable and a PP strip. //! * When `ways` is a two element vector the second element indicates the number of cables and the slot is size for just the cables. // include <../core.scad> diff --git a/scripts/views.py b/scripts/views.py index ab82842..c69b81c 100755 --- a/scripts/views.py +++ b/scripts/views.py @@ -422,7 +422,7 @@ def views(target, do_assemblies = None): times.add_time(html_name, t) times.print_times(pngs + [html_name]) # - # Make the printme.html by replacing empty spans that invisbly mark the page breaks by page break divs. + # Make the printme.html by replacing empty spans that invisibly mark the page breaks by page break divs. # with open(html_name, 'rt') as src: lines = src.readlines() diff --git a/tests/BOM.scad b/tests/BOM.scad index 0edffce..f9a65e5 100644 --- a/tests/BOM.scad +++ b/tests/BOM.scad @@ -32,7 +32,7 @@ height = 10; insert = screw_insert(screw); module widget(thickness) { - vitamin(str("widget(", thickness, "): Rivit like thing for ", thickness, "mm sheets")); + vitamin(str("widget(", thickness, "): Rivet like thing for ", thickness, "mm sheets")); t = 1; color("silver") { cylinder(d = 3, h = thickness + 2 * eps, center = true); @@ -85,7 +85,7 @@ assembly("widget_top") { module widget_assembly() assembly("widget") { - widget_base_assembly(); // Note this is not exloded because it is sub-assembly + widget_base_assembly(); // Note this is not exploded because it is sub-assembly translate_z(height) { translate_z(sheet_thickness(sheet))