diff --git a/core.scad b/core.scad index 4fa3b3c..a8f0223 100644 --- a/core.scad +++ b/core.scad @@ -18,7 +18,7 @@ // // -// Include this file to use the miniumum library plus screws, nuts and washers +// Include this file to use the minimum library plus screws, nuts and washers // include // diff --git a/global_defs.scad b/global_defs.scad index a6ef7ab..e8145d1 100644 --- a/global_defs.scad +++ b/global_defs.scad @@ -33,7 +33,7 @@ $exploded = is_undef($explode) ? 0 : $explode; // 1 f layer_height = is_undef($layer_height) ? 0.25 : $layer_height; // layer heigth when printing extrusion_width = is_undef($extrusion_width) ? 0.5 : $extrusion_width; // filament width when printing nozzle = is_undef($nozzle) ? 0.45 : $nozzle; // 3D printer nozzle -cnc_bit_r = is_undef($cnc_bit_r) ? 1.2 : $cnc_bit_r; // miniumum tool radius when milling 2D objects +cnc_bit_r = is_undef($cnc_bit_r) ? 1.2 : $cnc_bit_r; // minimum tool radius when milling 2D objects pp1_colour = is_undef($pp1_colour) ? [0, 146/255, 0] : $pp1_colour; // printed part colour 1, RepRap logo colour pp2_colour = is_undef($pp2_colour) ? "red" : $pp2_colour; // printed part colour 2 pp3_colour = is_undef($pp3_colour) ? "blue" : $pp3_colour; // printed part colour 3 diff --git a/readme.md b/readme.md index 2f542e0..68e733d 100644 --- a/readme.md +++ b/readme.md @@ -403,7 +403,7 @@ PCB mounted buttons. Can optionally have a coloured cap ## Cable_strips A strip of polypropylene used with ribbon cable to make a cable flexible in one direction only. -Modelled with a Bezier spline, which is not quite the same as a miniumum energy curve but very close, epecially +Modelled with a Bezier spline, which is not quite the same as a minimum energy curve but very close, epecially near the extreme positions, where the model needs to be accurate. When the sides are constrained then a circular model is more accurate. diff --git a/utils/core/core.scad b/utils/core/core.scad index ccdf24d..d4628ac 100644 --- a/utils/core/core.scad +++ b/utils/core/core.scad @@ -18,7 +18,7 @@ // // -// Include this file to use the miniumum library +// Include this file to use the minimum library // include <../../global_defs.scad> //